cpu_dummy.hh revision 7768
1
2class BaseCPU
3{
4  public:
5    static int numSimulatedInstructions() { return 0; }
6};
7