mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-10-10 00:25:06 -04:00
travis: weirdpaste -- add nil dereference test
To address BR 3392696 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
committed by
H. Peter Anvin
parent
65c6ba8716
commit
f1cf95480d
@@ -24,3 +24,13 @@
|
||||
|
||||
%define N 1e%++%+ 5
|
||||
dd N, 1e+5
|
||||
|
||||
;
|
||||
; test nil dereference, since we're
|
||||
; modifying with %line keep it last
|
||||
; in the file
|
||||
;
|
||||
; BR 3392696
|
||||
;
|
||||
%line 1 "`weirdpaste.asm"
|
||||
mov eax, eax
|
||||
|
||||
Binary file not shown.
@@ -21,3 +21,13 @@
|
||||
|
||||
|
||||
dd 1e+5, 1e+5
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
%line 2+1 '`weirdpaste.asm'
|
||||
mov eax, eax
|
||||
|
||||
Reference in New Issue
Block a user