mirror of
https://github.com/corda/corda.git
synced 2025-06-19 07:38:22 +00:00
fix pre-GCC-4.4 ARM build
This commit is contained in:
@ -175,7 +175,7 @@ const int StackRegister = 13;
|
||||
const int LinkRegister = 14;
|
||||
const int ProgramCounter = 15;
|
||||
|
||||
const unsigned PoolOffsetMask = 0xFFF;
|
||||
const int32_t PoolOffsetMask = 0xFFF;
|
||||
|
||||
const bool DebugPool = false;
|
||||
|
||||
|
Reference in New Issue
Block a user