Fix compile error.
--HG-- extra : convert_revision : a4c4195bc07383149a56907f26d327a4bfa77c26
This commit is contained in:
@@ -363,8 +363,8 @@ class OzoneCPU : public BaseCPU
|
||||
|
||||
bool interval_stats;
|
||||
|
||||
AlphaITB *itb;
|
||||
AlphaDTB *dtb;
|
||||
TheISA::ITB *itb;
|
||||
TheISA::DTB *dtb;
|
||||
System *system;
|
||||
PhysicalMemory *physmem;
|
||||
#endif
|
||||
|
||||
@@ -122,7 +122,7 @@ struct OzoneThreadState : public ThreadState {
|
||||
|
||||
MiscReg readMiscRegWithEffect(int misc_reg)
|
||||
{
|
||||
return miscRegFile.readRegWithEffect(misc_reg, fault, tc);
|
||||
return miscRegFile.readRegWithEffect(misc_reg, tc);
|
||||
}
|
||||
|
||||
void setMiscReg(int misc_reg, const MiscReg &val)
|
||||
|
||||
Reference in New Issue
Block a user