Use the right constant.
--HG-- extra : convert_revision : f93182ed41057025cc10df443b24e82fbe783df6
This commit is contained in:
@@ -321,7 +321,7 @@ Trace::InstRecord::dump(ostream &outs)
|
||||
(SparcISA::MachInst)staticInst->machInst) {
|
||||
diffInst = true;
|
||||
}
|
||||
for (int i = 0; i < TheISA::NumRegularIntRegs; i++) {
|
||||
for (int i = 0; i < TheISA::NumIntArchRegs; i++) {
|
||||
if (thread->readIntReg(i) != shared_data->intregs[i]) {
|
||||
diffRegs = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user