mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-23 17:29:23 +08:00
Now that there is proper forward reference resolution, we can get rid of this junk. Wiping the flags also removed the SBYTEnn flags, causing cmp eax, a-b a: nop b: to assemble with -Ox like cmp eax, strict dword -1 This is now fixed.
3 lines
85 B
NASM
3 lines
85 B
NASM
;Testname=version; Arguments=-v; Files=.stdout
|
|
;Dummy test to record version numbers
|