]> git.proxmox.com Git - mirror_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)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Sep 2012 15:34:27 +0000 (15:34 +0000)
commit3cebc3f11d8d74eb87dc02e712629c45e689960b
tree22a57c776acc54e6524ac32b471c0f04956a671a
parente0a1e32dbc41e6b2aabb436a9417dfd32177a3dc
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>
def-helper.h
exec-all.h