tci: Fix for AREG0 free mode
commit6673f47da21718d07346b0f3725f0dbf0d6d8e45
authorStefan Weil <sw@weilnetz.de>
Tue, 18 Sep 2012 20:43:38 +0000 (18 22:43 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 27 Sep 2012 19:28:25 +0000 (27 21:28 +0200)
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 <sw@weilnetz.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tci/tcg-target.c
tci.c