diff --git a/qemu/target/m68k/fpu_helper.c b/qemu/target/m68k/fpu_helper.c index 02976f0b..a455f2a4 100644 --- a/qemu/target/m68k/fpu_helper.c +++ b/qemu/target/m68k/fpu_helper.c @@ -30,7 +30,7 @@ */ static const floatx80 fpu_rom[128] = { - make_floatx80_init(0x4000, 0xc90fdaa22168c235ULL), /* Pi */ + make_floatx80_init(0x4000, 0xc90fdaa22168c235ULL), /* Pi */ {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, {0, 0}, diff --git a/qemu/target/m68k/op_helper.c b/qemu/target/m68k/op_helper.c index 892091ed..a38659d4 100644 --- a/qemu/target/m68k/op_helper.c +++ b/qemu/target/m68k/op_helper.c @@ -105,7 +105,6 @@ throwaway: cpu_m68k_set_sr(env, sr); } - static const char *m68k_exception_name(int index) { switch (index) { @@ -210,7 +209,6 @@ static const char *m68k_exception_name(int index) if (index >= 64 && index <= 255) { return "User Defined Vector"; } - return "Unassigned"; }