Fixes for MIPS_SE compiling. Regressions seem to work, but Korey should make sure these changes (commit especially) work okay.
src/cpu/o3/commit_impl.hh:
src/cpu/o3/fetch_impl.hh:
Fixes for MIPS_SE compile.
--HG--
extra : convert_revision : fde9616f8e72b397c5ca965774172372cff53790
This commit is contained in:
@@ -748,6 +748,7 @@ DefaultCommit<Impl>::commit()
|
||||
}
|
||||
} else {
|
||||
bdelay_done_seq_num = squashed_inst;
|
||||
squash_bdelay_slot = true;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
@@ -1139,6 +1139,8 @@ DefaultFetch<Impl>::fetch(bool &status_change)
|
||||
ext_inst = TheISA::makeExtMI(inst, fetch_PC);
|
||||
#elif THE_ISA == SPARC_ISA
|
||||
ext_inst = TheISA::makeExtMI(inst, cpu->thread[tid]->getTC());
|
||||
#elif THE_ISA == MIPS_ISA
|
||||
ext_inst = TheISA::makeExtMI(inst, cpu->thread[tid]->getTC());
|
||||
#endif
|
||||
|
||||
// Create a new DynInst from the instruction fetched.
|
||||
|
||||
Reference in New Issue
Block a user