591596b77a
Using a local m68k floatx80_mod() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] The quotient byte of the FPSR is updated with the result of the operation. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180224201802.911-3-laurent@vivier.eu>
6 lines
157 B
Makefile
6 lines
157 B
Makefile
obj-y += m68k-semi.o
|
|
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-y += fpu_helper.o softfloat.o
|
|
obj-y += gdbstub.o
|
|
obj-$(CONFIG_SOFTMMU) += monitor.o
|