summaryrefslogtreecommitdiff
path: root/src/cpu
diff options
context:
space:
mode:
authorNathan Binkert <binkertn@umich.edu>2007-06-01 20:41:46 -0700
committerNathan Binkert <binkertn@umich.edu>2007-06-01 20:41:46 -0700
commitaba2eeaf8fba432ac5ee27a969543b9a92d485e1 (patch)
tree3d3b050acdb9cc7e96507d8f5a8af858917e6fdf /src/cpu
parent66ee27078eed95843c5994f0457d199c2317d752 (diff)
downloadgem5-aba2eeaf8fba432ac5ee27a969543b9a92d485e1.tar.xz
Fix typo so m5.fast will compile
--HG-- extra : convert_revision : 8ceb816c17108d7cb65cb46d8dc2bd2753b0e0f0
Diffstat (limited to 'src/cpu')
-rw-r--r--src/cpu/o3/fetch_impl.hh2
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