205,206c205,206
< // return EV5 for FULL_SYSTEM and EV6 otherwise
< 1: implver({{ Rc = FULL_SYSTEM ? 1 : 2 }});
---
> // return EV5 for FullSystem and EV6 otherwise
> 1: implver({{ Rc = FullSystem ? 1 : 2 }});
783c783
< Ra = FULL_SYSTEM ? xc->readMiscReg(IPR_CC) : curTick();
---
> Ra = FullSystem ? xc->readMiscReg(IPR_CC) : curTick();
808c808
< 0xe000: decode FULL_SYSTEM {
---
> 0xe000: decode FullSystem {
815c815
< 0xf000: decode FULL_SYSTEM {
---
> 0xf000: decode FullSystem {