diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:06:28 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-30 11:06:28 -0700 |
commit | e2129a727257cd2a9b2467870a0310d4d06e55bf (patch) | |
tree | 15e0fffb385b567d2d87001cbd484929fa13df22 /standard.mac | |
parent | 1b4efa816fa659f76512c54436b59db75ef3b074 (diff) | |
download | nasm-e2129a727257cd2a9b2467870a0310d4d06e55bf.tar.gz nasm-e2129a727257cd2a9b2467870a0310d4d06e55bf.tar.bz2 nasm-e2129a727257cd2a9b2467870a0310d4d06e55bf.zip |
Add missing %rotate directive to the FLOAT macro.
Diffstat (limited to 'standard.mac')
-rw-r--r-- | standard.mac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/standard.mac b/standard.mac index dddcf60..7beaa6d 100644 --- a/standard.mac +++ b/standard.mac @@ -135,6 +135,7 @@ __SECT__ %define __FLOAT_DAZ__ nodaz %define __FLOAT_ROUND__ near %endif +%rotate 1 %endrep %endmacro |