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:
H. Peter Anvin (Intel) 2026-03-03 08:44:53 -08:00
parent 320bc224b5
commit 5bb69e6c8b

View file

@ -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