diff options
Diffstat (limited to 'gdb/rx-tdep.c')
-rw-r--r-- | gdb/rx-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rx-tdep.c b/gdb/rx-tdep.c index 1a3d103..83bb3ec 100644 --- a/gdb/rx-tdep.c +++ b/gdb/rx-tdep.c @@ -182,7 +182,7 @@ rx_fpsw_type (struct gdbarch *gdbarch) { struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); - if (tdep->rx_psw_type == NULL) + if (tdep->rx_fpsw_type == NULL) { tdep->rx_fpsw_type = arch_flags_type (gdbarch, "rx_fpsw_type", 4); append_flags_type_flag (tdep->rx_fpsw_type, 0, "RM0"); |