diff options
Diffstat (limited to 'gdb/remote-sim.c')
-rw-r--r-- | gdb/remote-sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-sim.c b/gdb/remote-sim.c index d395d8f..816e9cc 100644 --- a/gdb/remote-sim.c +++ b/gdb/remote-sim.c @@ -369,7 +369,7 @@ int regno; for (regno = 0; regno < NUM_REGS; regno++) gdbsim_store_register (regno); } - else + else if (reg_names[regno] != NULL && *reg_names[regno] != '\0') { /* FIXME: Until read_register() returns LONGEST, we have this. */ char tmp[MAX_REGISTER_RAW_SIZE]; |