04a130eaa1
Add an explicit CPUState parameter instead of relying on AREG0 and switch to AREG0 free mode. Tested-by: Guan Xuetao <gxt@mprc.pku.edu.cn> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
5 lines
118 B
Makefile
5 lines
118 B
Makefile
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-y += ucf64_helper.o
|
|
|
|
obj-$(CONFIG_SOFTMMU) += machine.o softmmu.o
|