forked from Imagelibrary/binutils-gdb
* a68v-xdep.c (store_inferior_registers): Define as type void.
* configure.in: Add host m68k-apollo*-bsd*. * demangle.c (struct demanglers): Use enum instead of constant value to keep braindamaged HP/Apollo compiler happy.
This commit is contained in:
@@ -61,6 +61,7 @@ fetch_inferior_registers ()
|
||||
If REGNO is -1, do this for all registers.
|
||||
Otherwise, REGNO specifies which register (so we can save time). */
|
||||
|
||||
void
|
||||
store_inferior_registers (regno)
|
||||
int regno;
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user