]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Add tcg_call_flags
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 Mar 2021 16:21:45 +0000 (10:21 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 19 Jun 2021 15:51:11 +0000 (08:51 -0700)
commit90163900e3c71ed2743cafd27542d941c4e25991
treed2b244283c9407039e7d58dcae3b0fbe356ba170
parent7319d83a735004ba24b439491a9d7727dac2ddbe
tcg: Add tcg_call_flags

We're going to change how to look up the call flags from a TCGop,
so extract it as a helper.

Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/optimize.c
tcg/tcg-internal.h
tcg/tcg.c