Minor spelling fix in ChangeLog.
[deliverable/binutils-gdb.git] / sim / ppc / gdb-sim.c
index 1847f81d1738a022e1be3fd78f6e16d60ff05378..9041f7046d54807c962252419f2a2431d4e6afd5 100644 (file)
@@ -1,6 +1,7 @@
 /*  This file is part of GDB.
 
-    Copyright 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright 2004, 2007, 2008, 2009, 2010, 2011
+    Free Software Foundation, Inc.
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -1289,7 +1290,7 @@ sim_store_register (SIM_DESC sd, int regno, unsigned char *buf, int length)
   const char *regname = regnum2name (regno);
 
   if (simulator == NULL || regname == NULL)
-    return -1;
+    return 0;
 
   TRACE(trace_gdb, ("sim_store_register(regno=%d(%s), buf=0x%lx)\n",
                    regno, regname, (long)buf));
This page took 0.03063 seconds and 4 git commands to generate.