mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +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;
|
||||
#endif
|
||||
|
||||
#ifdef AVIAN_USE_FRAME_POINTER
|
||||
#if (defined AVIAN_USE_FRAME_POINTER) || (defined ARCH_powerpc)
|
||||
const bool UseFramePointer = true;
|
||||
#else
|
||||
const bool UseFramePointer = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user