diff options
Diffstat (limited to 'sim/rx/reg.c')
-rw-r--r-- | sim/rx/reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/rx/reg.c b/sim/rx/reg.c index c300f3b..00796a0 100644 --- a/sim/rx/reg.c +++ b/sim/rx/reg.c @@ -149,7 +149,7 @@ get_reg64 (int id) static int highest_sp = 0, lowest_sp = 0xffffff; void -stack_heap_stats () +stack_heap_stats (void) { if (heapbottom < heaptop) printf ("heap: %08x - %08x (%d bytes)\n", heapbottom, heaptop, |