101a102,106
> * Reset address (ARMv8)
> */
> const Addr _resetAddr;
>
> /**
108,113d112
< * Reset address if the highest implemented exception level is 64 bits
< * (ARMv8)
< */
< const Addr _resetAddr64;
<
< /**
215c214
< Addr resetAddr64() const { return _resetAddr64; }
---
> Addr resetAddr() const { return _resetAddr; }
286c285
< static Addr resetAddr64(ThreadContext *tc);
---
> static Addr resetAddr(ThreadContext *tc);