]> git.proxmox.com Git - qemu.git/commit
tcg: Fix MAX_OPC_PARAM_IARGS
authorStefan Weil <sw@weilnetz.de>
Wed, 12 Sep 2012 17:18:55 +0000 (19:18 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 9 Oct 2012 06:42:11 +0000 (01:42 -0500)
commite46258fb502546961aae5548ce388b3d7ea929f8
tree078559c32ae0737d3d765d9532b679f7ce074543
parentc90a8840b47a1641ad6e46e4a52520e1148127c5
tcg: Fix MAX_OPC_PARAM_IARGS

DEF_HELPER_FLAGS_5 was added some time ago without adjusting
MAX_OPC_PARAM_IARGS.

Fixing the definition becomes more important as QEMU is using
an increasing number of helper functions called with 5 arguments.

Add also a comment to avoid future problems when DEF_HELPER_FLAGS_6
will be added.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
def-helper.h
exec-all.h