cpu_dummy.hh (9850:87d6b41749e9) cpu_dummy.hh (10102:b5de69974a2e)
1/*
2 * Copyright (c) 2013 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 33 unchanged lines hidden (view full) ---

42
43#include "sim/core.hh"
44
45class BaseCPU
46{
47 public:
48 static int numSimulatedInsts() { return 0; }
49 static int numSimulatedOps() { return 0; }
1/*
2 * Copyright (c) 2013 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 33 unchanged lines hidden (view full) ---

42
43#include "sim/core.hh"
44
45class BaseCPU
46{
47 public:
48 static int numSimulatedInsts() { return 0; }
49 static int numSimulatedOps() { return 0; }
50 static void wakeup() { ; }
50};
51
52#endif // __ARCH_NULL_CPU_DUMMY_HH__
51};
52
53#endif // __ARCH_NULL_CPU_DUMMY_HH__