diff options
Diffstat (limited to 'src/arch/power/isa/operands.isa')
-rw-r--r-- | src/arch/power/isa/operands.isa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/power/isa/operands.isa b/src/arch/power/isa/operands.isa index 98b91dc8a..a72a0714d 100644 --- a/src/arch/power/isa/operands.isa +++ b/src/arch/power/isa/operands.isa @@ -59,8 +59,8 @@ def operands {{ 'Mem': ('Mem', 'uw', None, ('IsMemRef', 'IsLoad', 'IsStore'), 8), # Program counter and next - 'PC': ('PCState', 'uw', 'pc', (None, None, 'IsControl'), 9), - 'NPC': ('PCState', 'uw', 'npc', (None, None, 'IsControl'), 9), + 'CIA': ('PCState', 'uw', 'pc', (None, None, 'IsControl'), 9), + 'NIA': ('PCState', 'uw', 'npc', (None, None, 'IsControl'), 9), # Control registers 'CR': ('IntReg', 'uw', 'INTREG_CR', 'IsInteger', 9), |