mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-12 16:15:16 +08:00
932de6c252
Touching __FILE__ would cause a dereference of an uninitialized pointer. Fix.
6 lines
146 B
NASM
6 lines
146 B
NASM
;Testname=bin; Arguments=-fbin -o_file_.bin; Files=.stdout .stderr _file_.bin
|
|
db __FILE__, `\r\n`
|
|
db __FILE__, `\r\n`
|
|
dw __LINE__
|
|
dw __LINE__
|