test/immwarn.asm: add a few more non-warning tests
authorH. Peter Anvin <hpa@zytor.com>
Tue, 7 Oct 2008 16:59:18 +0000 (09:59 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 7 Oct 2008 16:59:18 +0000 (09:59 -0700)
A few non-warning conditions.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
test/immwarn.asm

index 24119a2..90084fb 100644 (file)
@@ -67,6 +67,8 @@
        add ecx,-1
 
        bits 64
+       mov eax,7fffffffh
+       mov eax,80000000h
        mov rax,7fffffffh
        mov rax,80000000h
 %if WARN