77a78
> SynchronousExternalAbort1 = 0xa,
79c80
< TranslationTableWalk0 = 0xc,
---
> TranslationTableWalkExtAbt0 = 0xc,
81c82
< SynchronousExternalAbort1 = 0xe,
---
> TranslationTableWalkExtAbt1 = 0xe,
86,87c87,88
< TranslationTableWalk1 = 0x1c,
< SynchronousParityError = 0x1e
---
> TranslationTableWalkPrtyErr0 = 0x1c,
> TranslationTableWalkPrtyErr1 = 0x1e,
211c212
< DataAbort(Addr _addr, bool _write, uint8_t _domain, uint8_t _status) :
---
> DataAbort(Addr _addr, uint8_t _domain, bool _write, uint8_t _status) :