unicorn/qemu/target
Lioncash 7a6f61057b
target/m68k: Correct instruction emulation
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.
2019-02-28 19:21:49 -05:00
..
arm target/arm: Move TCGContext variable within arm_post_translate_insn into a narrower scope 2019-02-28 18:53:33 -05:00
i386 changed cpu_compue_eflags to use the updated eflags variable. Otherwise, cli/sti and popfl may break, as we get the non-updated eflags (#1057) 2019-02-28 17:05:13 -05:00
m68k target/m68k: Correct instruction emulation 2019-02-28 19:21:49 -05:00
mips target/mips: Amend botched rename 2019-02-28 16:21:09 -05:00
sparc target: Resolve repeated typedef warnings 2019-01-22 20:27:35 -05:00