mirror of
https://github.com/corda/corda.git
synced 2025-06-10 03:11:44 +00:00
UseFramePointer should always be true on PowerPC
The Apple and SYSV ABIs specify that the stack/frame pointer is always saved at the tip of the stack.
This commit is contained in:
parent
a0962d7ab2
commit
8f519531d4
@ -22,7 +22,7 @@ const bool TailCalls = true;
|
|||||||
const bool TailCalls = false;
|
const bool TailCalls = false;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef AVIAN_USE_FRAME_POINTER
|
#if (defined AVIAN_USE_FRAME_POINTER) || (defined ARCH_powerpc)
|
||||||
const bool UseFramePointer = true;
|
const bool UseFramePointer = true;
|
||||||
#else
|
#else
|
||||||
const bool UseFramePointer = false;
|
const bool UseFramePointer = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user