diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-02-21 18:22:56 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-02-21 18:22:56 -0800 |
commit | c2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b (patch) | |
tree | b1459da6cf2de42b60b68f3b68f6192fd1840921 /tokens.dat | |
parent | f8ad53216f09f731cc9440fd599b64eb9ce433d8 (diff) | |
download | nasm-c2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b.tar.gz nasm-c2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b.tar.bz2 nasm-c2acf7b047492a6d1cbc4ac3aeafc3812fdcc46b.zip |
BR 2592476: Treat WAIT as a prefix even though it's really an instruction
WAIT is technically an instruction, but from an assembler standpoint
it behaves as if it had been a prefix. In particular, it has to be
ordered *before* any real hardware prefixes.
Diffstat (limited to 'tokens.dat')
-rw-r--r-- | tokens.dat | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ repne repnz repz times +wait % TOKEN_SPECIAL, 0, S_* abs |