75a76,77
> bool hypRouted; // True if the fault has been routed to Hypervisor
>
176c178
< fromEL(EL0), toEL(EL0), fromMode(MODE_UNDEFINED) {}
---
> fromEL(EL0), toEL(EL0), fromMode(MODE_UNDEFINED), hypRouted(false) {}