74c74,75
< OperatingMode fromMode; // Source operating mode
---
> OperatingMode fromMode; // Source operating mode (aarch32)
> OperatingMode toMode; // Next operating mode (aarch32)
75a77,81
> // This variable is true if the above fault specific informations
> // have been updated. This is to prevent that a client is using their
> // un-updated default constructed value.
> bool faultUpdated;
>
194c200,201
< fromEL(EL0), toEL(EL0), fromMode(MODE_UNDEFINED), hypRouted(false) {}
---
> fromEL(EL0), toEL(EL0), fromMode(MODE_UNDEFINED),
> faultUpdated(false), hypRouted(false) {}
206a214
> void update(ThreadContext *tc);