search for: mipscompilationcallback

Displaying 1 result from an estimated 1 matches for "mipscompilationcallback".

2012 Dec 28
1
[LLVMdev] [PATCH] LLVM build failure on OpenBSD/mips64
...next part -------------- Index: lib/Target/Mips/MipsJITInfo.cpp =================================================================== --- lib/Target/Mips/MipsJITInfo.cpp (revision 171175) +++ lib/Target/Mips/MipsJITInfo.cpp (working copy) @@ -102,11 +102,11 @@ ".globl " ASMPREFIX "MipsCompilationCallback\n" ASMPREFIX "MipsCompilationCallback:\n" ".ent " ASMPREFIX "MipsCompilationCallback\n" - ".frame $sp, 32, $ra\n" + ".frame $29, 32, $31\n" ".set noreorder\n" - ".cpload $t9\n" + ".cpload $...