Fix typo so m5.fast will compile

--HG--
extra : convert_revision : 8ceb816c17108d7cb65cb46d8dc2bd2753b0e0f0
This commit is contained in:
Nathan Binkert 2007-06-01 20:41:46 -07:00
parent 66ee27078e
commit aba2eeaf8f

View 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