xemu/target/m68k
Richard Henderson 3dede407cc softfloat: Name rounding mode enum
Give the previously unnamed enum a typedef name.  Use the packed
attribute so that we do not affect the layout of the float_status
struct.  Use it in the prototypes of relevant functions.

Adjust switch statements as necessary to avoid compiler warnings.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2020-05-19 08:41:26 -07:00
..
cpu-param.h
cpu-qom.h
cpu.c target/m68k: fix gdb for m68xxx 2020-05-06 09:29:26 +01:00
cpu.h
fpu_helper.c softfloat: Name rounding mode enum 2020-05-19 08:41:26 -07:00
gdbstub.c
helper.c gdbstub: Introduce gdb_get_float64() to get 64-bit float registers 2020-05-06 09:29:26 +01:00
helper.h
m68k-semi.c
Makefile.objs
monitor.c
op_helper.c
qregs.def
softfloat_fpsp_tables.h
softfloat.c softfloat: Replace flag with bool 2020-05-19 08:40:50 -07:00
softfloat.h
translate.c