mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 11:53:39 +08:00
bd277fa196
Implements all of the COP2 instructions except for the S<cond> family of comparisons. The documentation is unclear for those. Signed-off-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
3 lines
96 B
Makefile
3 lines
96 B
Makefile
obj-y += translate.o op_helper.o lmi_helper.o helper.o cpu.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|