]> git.proxmox.com Git - qemu.git/commit
tci: Make tcg temporaries local to tcg_qemu_tb_exec
authorRichard Henderson <rth@twiddle.net>
Thu, 28 Mar 2013 05:37:55 +0000 (05:37 +0000)
committerStefan Weil <sw@weilnetz.de>
Thu, 11 Apr 2013 17:58:21 +0000 (19:58 +0200)
commitee79c356ffe18eea90ea4bbde2057cebe6bb654f
treea7666d3485225c6a5bd9378b464bbf91fff2a983
parent4699ca6dbf335b0c38e291a530c6ad85e599253d
tci: Make tcg temporaries local to tcg_qemu_tb_exec

We're moving away from the temporaries stored in env.  Make sure we can
differentiate between temp stores and possibly bogus stores for extra
call arguments.  Move TCG_AREG0 and TCG_REG_CALL_STACK out of the way
of the parameter passing registers.

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