diff options
Diffstat (limited to 'sim/vptr.hh')
-rw-r--r-- | sim/vptr.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/vptr.hh b/sim/vptr.hh index 7ec43602d..1baa00610 100644 --- a/sim/vptr.hh +++ b/sim/vptr.hh @@ -37,6 +37,8 @@ class ExecContext; template <class T> class VPtr { + protected: + typedef TheISA::Addr Addr; public: typedef T Type; |