Fix missing int argument warning

This warning (per -Werror) breaks the build using a recent GCC
with recent userland.

Approved-By: Tom Tromey <tom@tromey.com>
This commit is contained in:
Jan-Benedict Glaw 2025-03-07 10:32:39 +01:00
parent 7f01be510b
commit 9385922d3f

View File

@ -1712,7 +1712,7 @@ sim_resume (SIM_DESC sd, int step, int siggnal)
register int endianw = global_endianw;
int tick_start = get_now ();
void (*prev_fpe) ();
void (*prev_fpe) (int);
register unsigned short *jump_table = sh_jump_table;