]> git.proxmox.com Git - mirror_qemu.git/commit - include/exec/helper-proto.h
tcg: Allow 6 arguments to TCG helpers
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 13 Dec 2017 22:52:57 +0000 (16:52 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Fri, 29 Dec 2017 20:43:40 +0000 (12:43 -0800)
commit1df3caa946e08b387511dfba3a37d78910e51796
tree2ece3af901a3571120c0f2747ef6d213e45a2049
parent923ed1750186591b04d7d61399f6d68b4e0608f2
tcg: Allow 6 arguments to TCG helpers

We already handle this in the backends, and the lifetime datum
for the TCGOp is already large enough.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/exec/helper-gen.h
include/exec/helper-head.h
include/exec/helper-proto.h
include/exec/helper-tcg.h
tcg/tcg.h
tcg/tci.c
tcg/tci/tcg-target.inc.c