]> git.ipfire.org Git - thirdparty/qemu.git/commit - tci.c
tci: Use 32-bit signed offsets to loads/stores
authorRichard Henderson <rth@twiddle.net>
Thu, 28 Mar 2013 05:37:51 +0000 (05:37 +0000)
committerStefan Weil <sw@weilnetz.de>
Thu, 11 Apr 2013 17:58:21 +0000 (19:58 +0200)
commit03fc0548b70393b0c8d43703591a9e34fb8e3123
tree82e215b29f3f994fd094f9b7a27ccfd699713ad6
parent93b48c201eb6c0404d15550a0eaa3c0f7937e35e
tci: Use 32-bit signed offsets to loads/stores

Since the change to tcg_exit_req, the first insn of every TB is
a load with a negative offset from env.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off by: Stefan Weil <sw@weilnetz.de>
tcg/tci/tcg-target.c
tci.c