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:
H. Peter Anvin 2018-12-29 20:13:35 -08:00
parent e88f752e67
commit 6a4f0b36c8

View File

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