summaryrefslogtreecommitdiff
path: root/src/cpu/intr_control.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intr_control.hh')
-rw-r--r--src/cpu/intr_control.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/intr_control.hh b/src/cpu/intr_control.hh
index 2e3f9e038..c6f75abf0 100644
--- a/src/cpu/intr_control.hh
+++ b/src/cpu/intr_control.hh
@@ -42,8 +42,8 @@
class IntrControl : public SimObject
{
public:
- BaseCPU *cpu;
- IntrControl(const std::string &name, BaseCPU *c);
+ System *sys;
+ IntrControl(const std::string &name, System *s);
void clear(int int_num, int index = 0);
void post(int int_num, int index = 0);