Use standard macro for the default directive

This commit is contained in:
H. Peter Anvin 2007-08-29 16:41:43 +00:00
parent 4fd320ef82
commit 3894519675

View file

@ -1,6 +1,6 @@
bits 64
[default abs]
default abs
mov rax,[foo]
mov rax,[123456789abcdef0h]
@ -47,7 +47,7 @@
mov rax,[abs dword fs:foo]
mov rax,[abs qword fs:foo]
[default rel]
default rel
mov rax,[foo]
mov rax,[123456789abcdef0h]