File fix.patch of Package puae
--- a/src/gencpu.c +++ b/src/gencpu.c @@ -2493,6 +2493,7 @@ case sz_long: return "0x80000000"; default: term (); } + return NULL; } static int source_is_imm1_8 (struct instr *i)
--- a/src/gencpu.c +++ b/src/gencpu.c @@ -2493,6 +2493,7 @@ case sz_long: return "0x80000000"; default: term (); } + return NULL; } static int source_is_imm1_8 (struct instr *i)