diff options
Diffstat (limited to 'src/cpu/pred/bpred_unit.hh')
-rw-r--r-- | src/cpu/pred/bpred_unit.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/pred/bpred_unit.hh b/src/cpu/pred/bpred_unit.hh index 95f9a3573..0bc0d1569 100644 --- a/src/cpu/pred/bpred_unit.hh +++ b/src/cpu/pred/bpred_unit.hh @@ -90,8 +90,8 @@ class BPredUnit : public SimObject bool predict(StaticInstPtr &inst, const InstSeqNum &seqNum, TheISA::PCState &pc, ThreadID tid); bool predictInOrder(StaticInstPtr &inst, const InstSeqNum &seqNum, - int asid, TheISA::PCState &instPC, TheISA::PCState &predPC, - ThreadID tid); + int asid, TheISA::PCState &instPC, + TheISA::PCState &predPC, ThreadID tid); // @todo: Rename this function. virtual void uncondBranch(void * &bp_history) = 0; |