mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Unbreak llvm-arm-linux buildbot and fix PR5309.
llvm-svn: 97564
This commit is contained in:
parent
5a60a368dd
commit
1adef1fad2
@ -60,7 +60,7 @@ extern "C" {
|
||||
// whole compilation callback doesn't exist as far as the caller is
|
||||
// concerned, so we can't just preserve the callee saved regs.
|
||||
"stmdb sp!, {r0, r1, r2, r3, lr}\n"
|
||||
#ifdef __VFP_FP__
|
||||
#if defined(__VFP_FP__) && !defined(__SOFTFP__))
|
||||
"fstmfdd sp!, {d0, d1, d2, d3, d4, d5, d6, d7}\n"
|
||||
#endif
|
||||
// The LR contains the address of the stub function on entry.
|
||||
@ -83,7 +83,7 @@ extern "C" {
|
||||
// 6-20 | D0..D7 | Saved VFP registers
|
||||
// +--------+
|
||||
//
|
||||
#ifdef __VFP_FP__
|
||||
#if defined(__VFP_FP__) && !defined(__SOFTFP__))
|
||||
// Restore VFP caller-saved registers.
|
||||
"fldmfdd sp!, {d0, d1, d2, d3, d4, d5, d6, d7}\n"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user