diff options
-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 |