mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Merged x86 and x86_64 assembly parsers.
This commit is contained in:
3115
gen/asm-x86-32.h
3115
gen/asm-x86-32.h
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user