test/immwarn.asm: add a few more non-warning tests

A few non-warning conditions.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin 2008-10-07 09:59:18 -07:00
parent ad6b8595b9
commit f70fce6cc9

View File

@ -67,6 +67,8 @@
add ecx,-1
bits 64
mov eax,7fffffffh
mov eax,80000000h
mov rax,7fffffffh
mov rax,80000000h
%if WARN