mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-24 18:15:31 +00:00
4db1e153ae
The first call of set_cc_op() in a new translation sequence is done with old_op set to CC_OP_DYNAMIC (-1). This will do an out of bound access to the array cc_op_live[]. We fix that by adding an entry in cc_op_live[] for CC_OP_DYNAMIC. Backports commit 7deddf96e94f3e1eb3677db0ea7b53e61751b544 from qemu |
||
---|---|---|
.. | ||
cpu-qom.h | ||
cpu.c | ||
cpu.h | ||
fpu_helper.c | ||
helper.c | ||
helper.h | ||
Makefile.objs | ||
op_helper.c | ||
qregs.def | ||
translate.c | ||
unicorn.c | ||
unicorn.h |