unicorn/qemu/target-m68k
Sergey Fedorov ffdc9d6323
tcg: Allow goto_tb to any target PC in user mode
In user mode, there's only a static address translation, TBs are always
invalidated properly and direct jumps are reset when mapping change.
Thus the destination address is always valid for direct jumps and
there's no need to restrict it to the pages the TB resides in.

Backports commit 90aa39a1cc4837360889f0e033ca25cc82100308 from qemu
2018-02-23 23:12:14 -05:00
..
cpu-qom.h
cpu.c include/qemu/osdep.h: Don't include qapi/error.h 2018-02-21 23:08:18 -05:00
cpu.h tb: consistently use uint32_t for tb->flags 2018-02-23 21:28:11 -05:00
helper.c m68k: Clean up includes 2018-02-19 01:06:05 -05:00
helper.h
Makefile.objs
op_helper.c m68k: Clean up includes 2018-02-19 01:06:05 -05:00
qregs.def
translate.c tcg: Allow goto_tb to any target PC in user mode 2018-02-23 23:12:14 -05:00
unicorn.c tcg: Make store_dummy a TCGv 2018-02-21 00:24:40 -05:00
unicorn.h