mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
Fix off-by-one unwinding error.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4570 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8bba5c81b1
commit
9b7b85d260
11 changed files with 12 additions and 49 deletions
|
@ -1180,7 +1180,6 @@ static inline void tcg_out_qemu_st(TCGContext *s, int cond,
|
|||
|
||||
tcg_out_bl(s, cond, (tcg_target_long) qemu_st_helpers[s_bits] -
|
||||
(tcg_target_long) s->code_ptr);
|
||||
|
||||
# if TARGET_LONG_BITS == 64
|
||||
if (opc == 3)
|
||||
tcg_out_dat_imm(s, cond, ARITH_ADD, 13, 13, 0x10);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue