commit | 6673f47da21718d07346b0f3725f0dbf0d6d8e45 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Tue Sep 18 22:43:38 2012 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Thu Sep 27 21:28:25 2012 +0200 |
tree | 0b99abc812e847593fc8c485aacc0eb270a164bc | |
parent | ac05f3492421caeb05809ffa02c6198ede179e43 [diff] |
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>