fix pre-GCC-4.4 ARM build

This commit is contained in:
Joel Dice 2010-11-15 23:56:34 +00:00
parent 6bf74bf380
commit 3fb834d008

View File

@ -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;