unicorn/qemu/target/m68k
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
..
cpu-qom.h
cpu.c target/m68k: Correct instruction emulation 2019-02-28 19:21:49 -05:00
cpu.h target/m68k: Fix LGPL information in the file headers 2019-02-03 17:55:29 -05:00
fpu_helper.c target/m68k: Fix LGPL information in the file headers 2019-02-03 17:55:29 -05:00
helper.c target/m68k: Fix LGPL information in the file headers 2019-02-03 17:55:29 -05:00
helper.h
Makefile.objs
op_helper.c target/m68k: Fix LGPL information in the file headers 2019-02-03 17:55:29 -05:00
qregs.def
softfloat_fpsp_tables.h
softfloat.c
softfloat.h
translate.c target/m68k: Correct instruction emulation 2019-02-28 19:21:49 -05:00
unicorn.c
unicorn.h