gdb/ChangeLog:
* ravenscar-sparc-thread.c (supply_register_at_address):
Fix passing of buf in call to regcache_raw_supply.
+2010-11-22 Joel Brobecker <brobecker@adacore.com>
+
+ * ravenscar-sparc-thread.c (supply_register_at_address):
+ Fix passing of buf in call to regcache_raw_supply.
+
2010-11-20 Ian Lance Taylor <iant@google.com>
* configure.ac: Only disable a language library if no language needs
buf = (char *) alloca (buf_size);
read_memory (register_addr, buf, buf_size);
- regcache_raw_supply (regcache, regnum, &buf);
+ regcache_raw_supply (regcache, regnum, buf);
}
/* Return true if, for a non-running thread, REGNUM has been saved on the