update copyright year range in GDB files
[deliverable/binutils-gdb.git] / sim / ppc / gdb-sim.c
index 1847f81d1738a022e1be3fd78f6e16d60ff05378..ca95cff6ab234dc4fb6b87d2bb8777abdce70656 100644 (file)
@@ -1,6 +1,6 @@
 /*  This file is part of GDB.
 
-    Copyright 2004, 2007, 2008, 2009 Free Software Foundation, Inc.
+    Copyright 2004-2017 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 +1289,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.026851 seconds and 4 git commands to generate.