diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-04-18 10:42:29 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-04-18 10:42:29 -0400 |
commit | 5c1742b822c1f4d640d30963a908386caf8c4a6e (patch) | |
tree | 9c4ac07248378ef4b12799d19ddc65e18d9a6f5a /src/cpu/SConscript | |
parent | cc9e834e931ff70b683b8a7010269d32c0de20fd (diff) | |
download | gem5-5c1742b822c1f4d640d30963a908386caf8c4a6e.tar.xz |
o3-delay-slot-bpred: fix decode stage handling of uncdtl. branches.\n decode stage was not setting the predicted PC correctly or passing that information back to fetch correctly
Diffstat (limited to 'src/cpu/SConscript')
-rw-r--r-- | src/cpu/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/SConscript b/src/cpu/SConscript index eee8edca4..344deb9cf 100644 --- a/src/cpu/SConscript +++ b/src/cpu/SConscript @@ -177,3 +177,5 @@ TraceFlag('Quiesce') CompoundFlag('Exec', [ 'ExecEnable', 'ExecTicks', 'ExecOpClass', 'ExecThread', 'ExecEffAddr', 'ExecResult', 'ExecSymbol', 'ExecMicro' ]) +CompoundFlag('ExecNoTicks', [ 'ExecEnable', 'ExecOpClass', 'ExecThread', + 'ExecEffAddr', 'ExecResult', 'ExecMicro' ]) |