From 22098d36188b11da999fc57da366523e2dc4f657 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 7 Oct 2008 16:53:49 -0700 Subject: [PATCH] test/imul.asm: remove obsolete ERROR marker Error already fixed... Signed-off-by: H. Peter Anvin --- test/imul.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/imul.asm b/test/imul.asm index b1ae45bd..b1777120 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 -- 2.11.4.GIT