diff options
Diffstat (limited to 'gdb/nto-procfs.c')
-rw-r--r-- | gdb/nto-procfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/nto-procfs.c b/gdb/nto-procfs.c index 9c4b3f9..9101566 100644 --- a/gdb/nto-procfs.c +++ b/gdb/nto-procfs.c @@ -1189,7 +1189,7 @@ procfs_store_registers (int regno) if (len < 1) return; - regcache_collect (regno, (char *) ® + off); + regcache_raw_collect (current_regcache, regno, (char *) ® + off); err = devctl (ctl_fd, dev_set, ®, regsize, 0); if (err != EOK) |