diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-09-10 23:30:21 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-09-10 23:30:21 +0000 |
commit | 6fa5c358b5b5591874a4c2804956b06719ad8360 (patch) | |
tree | d909bd33c19aa7318622ea53eb8949b6c2368625 /tokens.dat | |
parent | f5843c614a8c1908f29f11cb196c8467fdf61f0b (diff) | |
download | nasm-6fa5c358b5b5591874a4c2804956b06719ad8360.tar.gz nasm-6fa5c358b5b5591874a4c2804956b06719ad8360.tar.bz2 nasm-6fa5c358b5b5591874a4c2804956b06719ad8360.zip |
Fix order of token arguments
Order of token arguments was reversed, but tokens.dat wasn't updated
accordingly. Fix.
Diffstat (limited to 'tokens.dat')
-rw-r--r-- | tokens.dat | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Tokens other than instructions and registers # -% TOKEN_PREFIX, P_*, 0 +% TOKEN_PREFIX, 0, P_* a16 a32 lock @@ -15,7 +15,7 @@ repnz repz times -% TOKEN_SPECIAL, S_*, 0 +% TOKEN_SPECIAL, 0, S_* abs byte dword |