]> Git Repo - qemu.git/commit
tci: Fix for AREG0 free mode
authorStefan Weil <[email protected]>
Tue, 18 Sep 2012 20:43:38 +0000 (22:43 +0200)
committerAurelien Jarno <[email protected]>
Thu, 27 Sep 2012 19:28:25 +0000 (21:28 +0200)
commit6673f47da21718d07346b0f3725f0dbf0d6d8e45
tree0b99abc812e847593fc8c485aacc0eb270a164bc
parentac05f3492421caeb05809ffa02c6198ede179e43
tci: Fix for AREG0 free mode

Support for helper functions with 5 arguments was missing
in the code generator and in the interpreter.

There is no need to pass the constant TCG_AREG0 from the
code generator to the interpreter. Remove that code for
the INDEX_op_qemu_st* opcodes.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
tcg/tci/tcg-target.c
tci.c
This page took 0.032173 seconds and 4 git commands to generate.