Fix typo so m5.fast will compile
authorNathan Binkert <binkertn@umich.edu>
Sat, 2 Jun 2007 03:41:46 +0000 (20:41 -0700)
committerNathan Binkert <binkertn@umich.edu>
Sat, 2 Jun 2007 03:41:46 +0000 (20:41 -0700)
--HG--
extra : convert_revision : 8ceb816c17108d7cb65cb46d8dc2bd2753b0e0f0

src/cpu/o3/fetch_impl.hh

index 895b4a46cc611d3eff31382dfaa102173ae1586c..0d740302308719698a8622639c57704faf1fe1b4 100644 (file)
@@ -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