summaryrefslogtreecommitdiff
path: root/src/dev/arm/pl011.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/arm/pl011.hh')
-rw-r--r--src/dev/arm/pl011.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/arm/pl011.hh b/src/dev/arm/pl011.hh
index e96d33d83..a13f635f0 100644
--- a/src/dev/arm/pl011.hh
+++ b/src/dev/arm/pl011.hh
@@ -54,7 +54,7 @@
#include "dev/uart.hh"
#include "params/Pl011.hh"
-class Gic;
+class BaseGic;
class Pl011 : public Uart
{
@@ -121,7 +121,7 @@ class Pl011 : public Uart
int intNum;
/** Gic to use for interrupting */
- Gic *gic;
+ BaseGic *gic;
/** Should the simulation end on an EOT */
bool endOnEOT;