diff options
author | Nathan Binkert <binkertn@umich.edu> | 2007-06-01 20:41:46 -0700 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2007-06-01 20:41:46 -0700 |
commit | aba2eeaf8fba432ac5ee27a969543b9a92d485e1 (patch) | |
tree | 3d3b050acdb9cc7e96507d8f5a8af858917e6fdf /src/cpu/o3 | |
parent | 66ee27078eed95843c5994f0457d199c2317d752 (diff) | |
download | gem5-aba2eeaf8fba432ac5ee27a969543b9a92d485e1.tar.xz |
Fix typo so m5.fast will compile
--HG--
extra : convert_revision : 8ceb816c17108d7cb65cb46d8dc2bd2753b0e0f0
Diffstat (limited to 'src/cpu/o3')
-rw-r--r-- | src/cpu/o3/fetch_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/fetch_impl.hh b/src/cpu/o3/fetch_impl.hh index 895b4a46c..0d7403023 100644 --- a/src/cpu/o3/fetch_impl.hh +++ b/src/cpu/o3/fetch_impl.hh @@ -1156,7 +1156,7 @@ DefaultFetch<Impl>::fetch(bool &status_change) Trace::getInstRecord(curTick, cpu->tcBase(tid), instruction->staticInst, instruction->readPC()); -#elif +#else instruction->traceData = NULL; #endif |