On 1/8/26 07:07, Philippe Mathieu-Daudé wrote:
m68k's monitor_defs[] array implicitly uses type=MD_TLONG for all its entries. Since we only build this target as 32-bit, use the explicit MD_I32 type to avoid an indirect target_long use.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- target/m68k/monitor.c | 60 +++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
