diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2004-06-26 21:53:47 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2004-06-26 21:53:47 +0000 |
commit | 489503ee33210714338f1f5f3320360990f0358b (patch) | |
tree | a761a8fb763aa0a8ac1f172f377763ed0abccc5a /sim/mn10300/op_utils.c | |
parent | 622c89b6e68092a2b621f8d268fe5c3cc1f9c5fa (diff) | |
download | gdb-489503ee33210714338f1f5f3320360990f0358b.zip gdb-489503ee33210714338f1f5f3320360990f0358b.tar.gz gdb-489503ee33210714338f1f5f3320360990f0358b.tar.bz2 |
* interp.c, mn10300_sim.h, op_utils.c: Convert function prototypes
and definitions to ISO C.
Diffstat (limited to 'sim/mn10300/op_utils.c')
-rw-r--r-- | sim/mn10300/op_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mn10300/op_utils.c b/sim/mn10300/op_utils.c index b46210f..36f387c 100644 --- a/sim/mn10300/op_utils.c +++ b/sim/mn10300/op_utils.c @@ -164,7 +164,7 @@ syscall_write_mem (host_callback *cb, struct cb_syscall *sc, /* syscall */ INLINE_SIM_MAIN (void) -do_syscall () +do_syscall (void) { /* We use this for simulated system calls; we may need to change |