projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad6b859
)
test/immwarn.asm: add a few more non-warning tests
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 7 Oct 2008 16:59:18 +0000
(09:59 -0700)
committer
H. 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
patch
|
blob
|
history
diff --git
a/test/immwarn.asm
b/test/immwarn.asm
index
24119a2
..
90084fb
100644
(file)
--- a/
test/immwarn.asm
+++ b/
test/immwarn.asm
@@
-67,6
+67,8
@@
add ecx,-1
bits 64
+ mov eax,7fffffffh
+ mov eax,80000000h
mov rax,7fffffffh
mov rax,80000000h
%if WARN