148,157d147
< const int LogVMPageSize = 13; // 8K bytes
< const int VMPageSize = (1 << LogVMPageSize);
<
< const int BranchPredAddrShiftAmt = 2; // instructions are 4-byte aligned
<
< const int MachineBytes = 4;
< const int WordBytes = 4;
< const int HalfwordBytes = 2;
< const int ByteBytes = 1;
<