summaryrefslogtreecommitdiff
path: root/cpu/pc_event.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/pc_event.hh')
-rw-r--r--cpu/pc_event.hh5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpu/pc_event.hh b/cpu/pc_event.hh
index 7fa3902cc..585aba0f1 100644
--- a/cpu/pc_event.hh
+++ b/cpu/pc_event.hh
@@ -31,17 +31,12 @@
#include <vector>
-#include "mem/mem_req.hh"
-
class ExecContext;
class PCEventQueue;
class PCEvent
{
protected:
- static const Addr badpc = MemReq::inval_addr;
-
- protected:
std::string description;
PCEventQueue *queue;
Addr evpc;