mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-19 15:58:41 +00:00

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
|