mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
test.inc: remove BITS hack
The --bits option makes the BITS hack unnecessary, and it somewhat conflicts with the directive name itself. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
320bc224b5
commit
5bb69e6c8b
1 changed files with 0 additions and 6 deletions
|
|
@ -4,12 +4,6 @@
|
|||
|
||||
%ifndef _TEST_INC
|
||||
|
||||
%ifndef BITS
|
||||
%xdefine BITS __BITS__
|
||||
%endif
|
||||
|
||||
bits BITS
|
||||
|
||||
%assign w __BITS__ == 16
|
||||
%assign d __BITS__ == 32
|
||||
%assign q __BITS__ == 64
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue