9ecaa27e71
Fix incorrect overflow calculation. Move overflow exception check to a helper function, to eliminate inline branches. Remove some incorrect special casing of R0. Implement multiply inline. Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
6 lines
208 B
Makefile
6 lines
208 B
Makefile
obj-$(CONFIG_SOFTMMU) += machine.o
|
|
obj-y += cpu.o exception.o interrupt.o mmu.o translate.o
|
|
obj-y += exception_helper.o fpu_helper.o \
|
|
interrupt_helper.o mmu_helper.o sys_helper.o
|
|
obj-y += gdbstub.o
|