mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
tokens.dat: TOKEN_SIZE sizes belong in inttwo, not in flags
TOKEN_SIZE size values ended up in the wrong place, which caused parser errors due to being mistaken as flags. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
e88f752e67
commit
6a4f0b36c8
@ -31,6 +31,13 @@
|
||||
##
|
||||
## --------------------------------------------------------------------------
|
||||
|
||||
# The token parameters are in the other:
|
||||
# TOKEN_TYPE, t_inttwo, t_flags, t_integer
|
||||
#
|
||||
# * is replaced with the token name converted to upper case.
|
||||
# {xxx*yyy} is replaced with the token name stripped from the prefix
|
||||
# xxx and suffix yyy before converting to upper case.
|
||||
|
||||
#
|
||||
# Tokens other than instructions and registers
|
||||
#
|
||||
@ -60,7 +67,7 @@ xrelease
|
||||
bnd
|
||||
nobnd
|
||||
|
||||
% TOKEN_SIZE, 0, SIZE_*, S_*
|
||||
% TOKEN_SIZE, SIZE_*, 0, S_*
|
||||
byte
|
||||
word
|
||||
dword
|
||||
|
Loading…
Reference in New Issue
Block a user