diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 00:36:06 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-25 00:36:06 +0000 |
commit | 9b7b85d26006af61b69dbabe2354d73a8c67cc6c (patch) | |
tree | e4322a41fe45763778ff10a01b163724e5304f75 /tcg/arm | |
parent | 8bba5c81b1febeb20cdd60f1c18eb0e695cad6d6 (diff) | |
download | qemu-9b7b85d26006af61b69dbabe2354d73a8c67cc6c.tar.gz qemu-9b7b85d26006af61b69dbabe2354d73a8c67cc6c.tar.bz2 qemu-9b7b85d26006af61b69dbabe2354d73a8c67cc6c.zip |
Fix off-by-one unwinding error.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4570 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/arm')
-rw-r--r-- | tcg/arm/tcg-target.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tcg/arm/tcg-target.c b/tcg/arm/tcg-target.c index a3f4c6d43c..3ced47ef82 100644 --- a/tcg/arm/tcg-target.c +++ b/tcg/arm/tcg-target.c @@ -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); |