2004-07-21 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / remote-m32r-sdi.c
index 2f67be8826418f255928435f2333e8de52f56d6a..e8216bb57c95f9116029f725ac164c2b9d086a28 100644 (file)
@@ -965,7 +965,7 @@ m32r_fetch_register (int regno)
       /* We got the number the register holds, but gdb expects to see a
          value in the target byte ordering.  */
       store_unsigned_integer (buffer, 4, val);
-      supply_register (regno, buffer);
+      regcache_raw_supply (current_regcache, regno, buffer);
     }
   return;
 }
This page took 0.02732 seconds and 4 git commands to generate.