mirror of
https://github.com/corda/corda.git
synced 2025-05-31 14:40:52 +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 LinkRegister = 14;
|
||||||
const int ProgramCounter = 15;
|
const int ProgramCounter = 15;
|
||||||
|
|
||||||
const unsigned PoolOffsetMask = 0xFFF;
|
const int32_t PoolOffsetMask = 0xFFF;
|
||||||
|
|
||||||
const bool DebugPool = false;
|
const bool DebugPool = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user