diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-21 15:09:31 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-21 15:09:31 -0700 |
commit | a69ce1d19df4df273c6178c19dc9dbe3df2d4928 (patch) | |
tree | 39c157a5b04fb60afd43eb8b97a018fbcad42593 /tables.h | |
parent | 895f56b611949d7e7dee94990c142797d3d9a2f3 (diff) | |
download | nasm-a69ce1d19df4df273c6178c19dc9dbe3df2d4928.tar.gz nasm-a69ce1d19df4df273c6178c19dc9dbe3df2d4928.tar.bz2 nasm-a69ce1d19df4df273c6178c19dc9dbe3df2d4928.zip |
insnsn.c: cleaner to *not* separate out conditional instructions
The disassembler code gets cleaner if we do *not* separate out the
conditional instructions; instead, rely on the fact that the
conditionals are always at the end and use FIRST_COND_OPCODE as a
barrier.
Diffstat (limited to 'tables.h')
-rw-r--r-- | tables.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -21,8 +21,6 @@ extern const char * const * nasm_stdmac_after_tasm; /* insnsn.c */ extern const char * const nasm_insn_names[]; -extern const char * const nasm_cond_insn_names[]; -extern const enum opcode nasm_cond_insn_opcodes[]; /* --- From regs.dat via regs.pl: --- */ |