diff options
Diffstat (limited to 'opcodes/rx-dis.c')
-rw-r--r-- | opcodes/rx-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/rx-dis.c b/opcodes/rx-dis.c index 3413b1d..8d5bb14 100644 --- a/opcodes/rx-dis.c +++ b/opcodes/rx-dis.c @@ -63,7 +63,7 @@ static char const * register_names[] = "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9", "r10", "r11", "r12", "r13", "r14", "r15", /* control register */ - "psw", "pc", "usp", "fpsw", "cpen", "", "", "wr", + "psw", "pc", "usp", "fpsw", "", "", "", "wr", "bpsw", "bpc", "isp", "fintv", "intb", "", "", "", "pbp", "pben", "", "", "", "", "", "", "bbpsw", "bbpc", "", "", "", "", "", "" |