mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2026-07-09 04:55:15 +00:00
The opcode 0x00 translates as `add byte ptr ds:[eax],al`, which leads to a segfault in Unicorn. Using a debugger, I believe the crash is located in `qemu/translate-all.c` in function `page_flush_tb_1`, more specifically this code `pd[i].first_tb = NULL;` |
||
|---|---|---|
| .. | ||
| regress | ||
| unit | ||