mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test/imul.asm: remove obsolete ERROR marker
Error already fixed... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
e831d67cec
commit
22098d3618
@ -57,7 +57,7 @@
|
|||||||
imul eax,byte %2
|
imul eax,byte %2
|
||||||
%if %1 == 64
|
%if %1 == 64
|
||||||
imul rax,%2
|
imul rax,%2
|
||||||
imul rax,byte %2 ; ERROR
|
imul rax,byte %2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
imul ax,cx,0x1234
|
imul ax,cx,0x1234
|
||||||
|
Loading…
Reference in New Issue
Block a user