From aba2eeaf8fba432ac5ee27a969543b9a92d485e1 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Fri, 1 Jun 2007 20:41:46 -0700 Subject: Fix typo so m5.fast will compile --HG-- extra : convert_revision : 8ceb816c17108d7cb65cb46d8dc2bd2753b0e0f0 --- src/cpu/o3/fetch_impl.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu') 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 -- cgit v1.2.3