Merged x86 and x86_64 assembly parsers.

This commit is contained in:
Martin
2013-01-27 15:18:28 +01:00
parent a817a85bf8
commit 62cb04f6f6
3 changed files with 982 additions and 3892 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -144,8 +144,10 @@ struct AsmParserCommon
};
AsmParserCommon* asmparser = NULL;
#include "asm-x86-32.h"
#include "asm-x86-64.h"
#include "asm-x86.h" // x86 assembly parser
#define ASM_X86_64
#include "asm-x86.h" // x86_64 assembly parser
#undef ASM_X86_64
bool d_have_inline_asm() { return true; }