diff options
Diffstat (limited to 'src/cpu/inorder/resources/branch_predictor.cc')
-rw-r--r-- | src/cpu/inorder/resources/branch_predictor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/inorder/resources/branch_predictor.cc b/src/cpu/inorder/resources/branch_predictor.cc index 0507bc356..a34991854 100644 --- a/src/cpu/inorder/resources/branch_predictor.cc +++ b/src/cpu/inorder/resources/branch_predictor.cc @@ -153,7 +153,7 @@ BranchPredictor::squash(DynInstPtr inst, int squash_stage, #if ISA_HAS_DELAY_SLOT // We need to squash the actual branch , NOT the delay slot // in the branch predictor - squash_seq_num = squash_seq_num - 1; + //squash_seq_num = squash_seq_num - 1; #endif if (squash_stage >= ThePipeline::BackEndStartStage) { |