Fix a couple errors due to changes somehow merged over from the rich_predicted_state branch.
This commit is contained in:
@@ -1319,7 +1319,7 @@ module mkCore#(CoreId coreId)(Core);
|
||||
l2Tlb.updateVMInfo(vmI, vmD);
|
||||
|
||||
let startpc = csrf.dpc_read;
|
||||
fetchStage.redirect (PredState{pc: cast(startpc)});
|
||||
fetchStage.redirect (cast(startpc));
|
||||
renameStage.debug_resume;
|
||||
commitStage.debug_resume;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user