mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-04 23:14:57 +00:00
Previously we weren't even initializing the instruction table, so any attempt at emulation would cause a segmentation fault. This also moves the end address check after the decoding to correctly perform exiting behavior with the new translator model. |
||
|---|---|---|
| .. | ||
| cpu-qom.h | ||
| cpu.c | ||
| cpu.h | ||
| fpu_helper.c | ||
| helper.c | ||
| helper.h | ||
| Makefile.objs | ||
| op_helper.c | ||
| qregs.def | ||
| softfloat.c | ||
| softfloat.h | ||
| softfloat_fpsp_tables.h | ||
| translate.c | ||
| unicorn.c | ||
| unicorn.h | ||