mirror of
https://github.com/corda/corda.git
synced 2025-06-14 05:08:18 +00:00
remove powerpc support
This commit is contained in:
@ -41,7 +41,7 @@ const bool TailCalls = true;
|
||||
const bool TailCalls = false;
|
||||
#endif
|
||||
|
||||
#if (defined AVIAN_USE_FRAME_POINTER) || (defined ARCH_powerpc)
|
||||
#ifdef AVIAN_USE_FRAME_POINTER
|
||||
const bool UseFramePointer = true;
|
||||
#else
|
||||
const bool UseFramePointer = false;
|
||||
|
Reference in New Issue
Block a user