diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-04-15 23:12:17 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-04-15 23:12:17 +0000 |
commit | 99f309cc07b6cf7406711eed43f4b9d140a93bc2 (patch) | |
tree | 8848c1d7cc43b8b894107633433a25973bf7fe78 /nasm.h | |
parent | 2b8f5d2b8044ea82a4413fc5609bb29090b30a32 (diff) | |
download | nasm-99f309cc07b6cf7406711eed43f4b9d140a93bc2.tar.gz |
Clean up the 64-bitification of regs.dat for 64-bit ndisasm support
64-bit support required some major changes to regs.dat; clean some of
it up (re-introduce patterns, where appropriate) and allow a single
register to belong to multiple disassembly classes; also keep track
of the x86 register number again.
Diffstat (limited to 'nasm.h')
-rw-r--r-- | nasm.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -433,7 +433,6 @@ enum { #define REG_CREG 0x08101004L /* CRn */ #define REG_DREG 0x10101004L /* DRn */ #define REG_TREG 0x20101004L /* TRn */ -#define REG_C8REG 0x40101004L /* CR8 */ /* special type of EA */ #define MEM_OFFS 0x00604000L /* simple [address] offset */ |