sample to use the softmmu

This commit is contained in:
Takacs, Philipp
2022-11-29 17:00:51 +01:00
parent 901034577a
commit 759d694e24
4 changed files with 282 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ SOURCES += shellcode.c
SOURCES += mem_apis.c
SOURCES += sample_x86_32_gdt_and_seg_regs.c
SOURCES += sample_batch_reg.c
SOURCES += sample_mmu.c
endif
ifneq (,$(findstring m68k,$(UNICORN_ARCHS)))
SOURCES += sample_m68k.c