mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Handle fpcr register.
Part of PR10299 and rdar://9740322 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31b5f00c4e
commit
d8cca66bb4
@ -45,13 +45,14 @@ static const char *const x86_asm_table[] = {
|
||||
"{flags}", "",
|
||||
"{dirflag}", "",
|
||||
"{fpsr}", "",
|
||||
"{fpcr}", "",
|
||||
"{cc}", "cc",
|
||||
0,0};
|
||||
|
||||
X86MCAsmInfoDarwin::X86MCAsmInfoDarwin(const Triple &Triple) {
|
||||
AsmTransCBE = x86_asm_table;
|
||||
AssemblerDialect = AsmWriterFlavor;
|
||||
|
||||
|
||||
bool is64Bit = Triple.getArch() == Triple::x86_64;
|
||||
|
||||
TextAlignFillValue = 0x90;
|
||||
|
Loading…
Reference in New Issue
Block a user