sim: ppc: netbsd: Sync errno codes with NetBSD 9.99.49
[deliverable/binutils-gdb.git] / sim / ppc / gdb-sim.c
index 30687b62cf69d87751ec7b5504ffbf30c7ce086a..c36d987785dc0c9fe49453437f60a14af31c557b 100644 (file)
@@ -1,6 +1,6 @@
 /*  This file is part of GDB.
 
-    Copyright 2004, 2007, 2008 Free Software Foundation, Inc.
+    Copyright 2004-2020 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.025112 seconds and 4 git commands to generate.