]> git.ipfire.org Git - thirdparty/qemu.git/commit
tci: Fix for AREG0 free mode
authorStefan Weil <sw@weilnetz.de>
Tue, 18 Sep 2012 20:43:38 +0000 (22:43 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:11 +0000 (01:42 -0500)
commit7fd494086b2bbc83595ea7d63ca0e54f2917c203
tree6e159dbd7f7ffb827c2c8b9aae06cbe403034f88
parente46258fb502546961aae5548ce388b3d7ea929f8
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>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/tci/tcg-target.c
tci.c