From 60579e8d74cecea5737a4502599ccf77e9e6a35e Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Sun, 10 Jul 2011 12:56:08 -0500 Subject: O3: Make sure fetch doesn't go off into the weeds during speculation. --- src/cpu/o3/cpu.hh | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cpu/o3/cpu.hh') diff --git a/src/cpu/o3/cpu.hh b/src/cpu/o3/cpu.hh index 7e9c33717..43a2b100d 100644 --- a/src/cpu/o3/cpu.hh +++ b/src/cpu/o3/cpu.hh @@ -652,10 +652,8 @@ class FullO3CPU : public BaseO3CPU Checker *checker; #endif -#if FULL_SYSTEM /** Pointer to the system. */ System *system; -#endif /** Event to call process() on once draining has completed. */ Event *drainEvent; -- cgit v1.2.3