119a120,121
> # This holds the condition code portion of the flag register. The
> # nccFlagBits version holds the rest.
121c123
< # The TOP register should needs to be more protected so that later
---
> # These register should needs to be more protected so that later
123c125,126
< 'TOP': ('ControlReg', 'ub', 'MISCREG_X87_TOP', None, 61),
---
> 'nccFlagBits': ('ControlReg', 'uqw', 'MISCREG_RFLAGS', None, 61),
> 'TOP': ('ControlReg', 'ub', 'MISCREG_X87_TOP', None, 62),