From: Nathan Binkert Date: Sat, 2 Jun 2007 03:41:46 +0000 (-0700) Subject: Fix typo so m5.fast will compile X-Git-Tag: m5_2.0_beta4~383 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aba2eeaf8fba432ac5ee27a969543b9a92d485e1;p=gem5.git Fix typo so m5.fast will compile --HG-- extra : convert_revision : 8ceb816c17108d7cb65cb46d8dc2bd2753b0e0f0 --- 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::fetch(bool &status_change) Trace::getInstRecord(curTick, cpu->tcBase(tid), instruction->staticInst, instruction->readPC()); -#elif +#else instruction->traceData = NULL; #endif