WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
0

Configure Feed

Select the types of activity you want to include in your feed.

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>

Jan-Benedict Glaw (Mar 7, 2025, 10:32 AM +0100) 9385922d 7f01be51

+1 -1
+1 -1
sim/sh/interp.c
··· 1712 1712 register int endianw = global_endianw; 1713 1713 1714 1714 int tick_start = get_now (); 1715 - void (*prev_fpe) (); 1715 + void (*prev_fpe) (int); 1716 1716 1717 1717 register unsigned short *jump_table = sh_jump_table; 1718 1718