diff options
Diffstat (limited to 'cpu/pc_event.hh')
-rw-r--r-- | cpu/pc_event.hh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpu/pc_event.hh b/cpu/pc_event.hh index 7fa3902cc..32b7f3ef5 100644 --- a/cpu/pc_event.hh +++ b/cpu/pc_event.hh @@ -31,7 +31,7 @@ #include <vector> -#include "mem/mem_req.hh" +#include "base/misc.hh" class ExecContext; class PCEventQueue; @@ -39,9 +39,6 @@ class PCEventQueue; class PCEvent { protected: - static const Addr badpc = MemReq::inval_addr; - - protected: std::string description; PCEventQueue *queue; Addr evpc; |