unicorn/qemu/target/i386
mio a7a5d187e7
Backport 10b8eb94c0
target/i386: Verify memory operand for lcall and ljmp

These two opcodes only allow a memory operand.

Lacking the check for a register operand, we used the A0 temp

without initialization, which led to a tcg abort.
2023-06-30 20:21:56 +08:00
..
arch_memory_mapping.c import Unicorn2 2021-10-03 22:14:44 +08:00
bpt_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
cc_helper_template.h import Unicorn2 2021-10-03 22:14:44 +08:00
cc_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-param.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu-qom.h import Unicorn2 2021-10-03 22:14:44 +08:00
cpu.c Remove MMU hacks 2023-03-28 14:02:17 +02:00
cpu.h Support changing cpu model for x86 2021-11-04 19:10:29 +01:00
excp_helper.c Remove MMU hacks 2023-03-28 14:02:17 +02:00
fpu_helper.c X86 instruction FTST was incorrectly overwriting ST0 instead of FT0 (#1372) 2021-10-12 08:41:57 +08:00
helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
helper.h Leave out size parameter in callback 2021-11-09 00:21:34 +01:00
int_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
machine.c import Unicorn2 2021-10-03 22:14:44 +08:00
mem_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
misc_helper.c Better design of cpuid instruction hook 2021-12-22 20:36:56 +01:00
mpx_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
ops_sse_header.h import Unicorn2 2021-10-03 22:14:44 +08:00
ops_sse.h import Unicorn2 2021-10-03 22:14:44 +08:00
seg_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
shift_helper_template.h import Unicorn2 2021-10-03 22:14:44 +08:00
smm_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
svm_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00
svm.h import Unicorn2 2021-10-03 22:14:44 +08:00
TODO import Unicorn2 2021-10-03 22:14:44 +08:00
translate.c Backport 10b8eb94c0 2023-06-30 20:21:56 +08:00
unicorn.c Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
unicorn.h Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
xsave_helper.c import Unicorn2 2021-10-03 22:14:44 +08:00