mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
fix pre-GCC-4.4 ARM build
This commit is contained in:
parent
6bf74bf380
commit
3fb834d008
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user