Properly TABify ChangeLog; take 2
[deliverable/binutils-gdb.git] / gdb / ravenscar-sparc-thread.c
index 197b74515f93548cc817a84fd1dc18729834145f..beb6bbc1f03e9f8beb1ef9ba996b5bb531d7709a 100644 (file)
@@ -1,6 +1,6 @@
 /* Ravenscar SPARC target support.
 
-   Copyright 2004, 2010 Free Software Foundation, Inc.
+   Copyright 2004, 2010, 2011 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -33,8 +33,8 @@ static void ravenscar_sparc_store_registers (struct regcache *regcache,
 static void ravenscar_sparc_prepare_to_store (struct regcache *regcache);
 
 /* Register offsets from a referenced address (exempli gratia the
-   Thread_Descriptor). The referenced address depends on the register
-   number. The Thread_Descriptor layout and the stack layout are documented
+   Thread_Descriptor).  The referenced address depends on the register
+   number.  The Thread_Descriptor layout and the stack layout are documented
    in the GNAT sources, in sparc-bb.h.  */
 
 static const int sparc_register_offsets[] =
@@ -69,7 +69,7 @@ supply_register_at_address (struct regcache *regcache, int regnum,
 
   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
This page took 0.030749 seconds and 4 git commands to generate.