SE/FS: Get rid of uses of FULL_SYSTEM in Alpha.
[gem5.git] / src / arch / noisa / cpu_dummy.hh
1
2 class BaseCPU
3 {
4 public:
5 static int numSimulatedInstructions() { return 0; }
6 };