mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 04:43:54 -06:00

Intercept certain system calls if semihosting is enabled. This should behave like the GDB simulator. Signed-off-by: Michael Walle <michael@walle.cc>
4 lines
123 B
Text
4 lines
123 B
Text
obj-y += translate.o op_helper.o helper.o cpu.o
|
|
obj-y += gdbstub.o
|
|
obj-y += lm32-semi.o
|
|
obj-$(CONFIG_SOFTMMU) += machine.o
|