update copyright year range in GDB files
[deliverable/binutils-gdb.git] / sim / ppc / gdb-sim.c
index a8eaa08f783c4453a146938dc536dba7d286cb85..ca95cff6ab234dc4fb6b87d2bb8777abdce70656 100644 (file)
@@ -1,6 +1,6 @@
 /*  This file is part of GDB.
 
-    Copyright 2004, 2007 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.024663 seconds and 4 git commands to generate.