unicorn/qemu/target
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
..
arm Also rebuild flags for aarch32 2023-06-28 10:39:25 +08:00
i386 Backport 10b8eb94c0 2023-06-30 20:21:56 +08:00
m68k Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
mips Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
ppc Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
riscv Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
s390x Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
sparc Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00
tricore Simplify reg_read/reg_write, obtaining a perf boost. 2023-06-16 15:23:42 -07:00