forked from Imagelibrary/binutils-gdb
gdb/ChangeLog * remote-sim.c (gdbsim_store_register): Update API to sim_store_register to check more error conditions. include/gdb/ChangeLog * remote-sim.h (sim_store_register): Update the API documentation for this function. sim/erc32/ChangeLog sim/h8300/ChangeLog sim/m32c/ChangeLog sim/mn10300/ChangeLog sim/ppc/ChangeLog sim/rx/ChangeLog sim/v850/ChangeLog * ???.c (sim_store_register): Update return value to match new API.
This commit is contained in:
@@ -4715,7 +4715,7 @@ sim_store_register (SIM_DESC sd, int rn, unsigned char *value, int length)
|
||||
h8_set_ticks (sd, longval);
|
||||
break;
|
||||
}
|
||||
return -1;
|
||||
return length;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user