summaryrefslogtreecommitdiff
path: root/tables.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-05-21 15:09:31 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-05-21 15:09:31 -0700
commita69ce1d19df4df273c6178c19dc9dbe3df2d4928 (patch)
tree39c157a5b04fb60afd43eb8b97a018fbcad42593 /tables.h
parent895f56b611949d7e7dee94990c142797d3d9a2f3 (diff)
downloadnasm-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tables.h b/tables.h
index 9945798..0ac0ae6 100644
--- a/tables.h
+++ b/tables.h
@@ -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: --- */