diff options
Diffstat (limited to 'gdb/sparc-nat.c')
-rw-r--r-- | gdb/sparc-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sparc-nat.c b/gdb/sparc-nat.c index 86a6b5a..c133a3e 100644 --- a/gdb/sparc-nat.c +++ b/gdb/sparc-nat.c @@ -158,7 +158,7 @@ sparc_fetch_inferior_registers (struct regcache *regcache, int regnum) { gdb_byte zero[8] = { 0 }; - regcache_raw_supply (regcache, SPARC_G0_REGNUM, &zero); + regcache->raw_supply (SPARC_G0_REGNUM, &zero); return; } |