diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-10-07 16:53:49 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-07 16:53:49 -0700 |
commit | 22098d36188b11da999fc57da366523e2dc4f657 (patch) | |
tree | ec21edad9bb2db1f9d3d2aaac99716c7bb78dc8a /test/imul.asm | |
parent | e831d67cec778bfd64e95dbae44f49de67e0a103 (diff) | |
download | nasm-22098d36188b11da999fc57da366523e2dc4f657.tar.gz nasm-22098d36188b11da999fc57da366523e2dc4f657.tar.bz2 nasm-22098d36188b11da999fc57da366523e2dc4f657.zip |
test/imul.asm: remove obsolete ERROR marker
Error already fixed...
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'test/imul.asm')
-rw-r--r-- | test/imul.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/imul.asm b/test/imul.asm index b1ae45b..b177712 100644 --- a/test/imul.asm +++ b/test/imul.asm @@ -57,7 +57,7 @@ imul eax,byte %2 %if %1 == 64 imul rax,%2 - imul rax,byte %2 ; ERROR + imul rax,byte %2 %endif imul ax,cx,0x1234 |