54,55d53
< #define TARGET_ARM
<
104,109d101
< const int LogVMPageSize = 12; // 4K bytes
< const int VMPageSize = (1 << LogVMPageSize);
<
< // Shouldn't this be 1 because of Thumb?! Dynamic? --Ali
< const int BranchPredAddrShiftAmt = 2; // instructions are 4-byte aligned
<
111,113d102
< const int WordBytes = 4;
< const int HalfwordBytes = 2;
< const int ByteBytes = 1;