diff options
author | Richard Henderson | 2018-04-10 14:02:26 +0200 |
---|---|---|
committer | Peter Maydell | 2018-04-10 14:02:26 +0200 |
commit | 9743cd5736263e90d312b2c33bd739ffe1eae70d (patch) | |
tree | de17c37cc67f94ad6efdb338c919aee1d9b3b887 /hw/misc | |
parent | linux-user/signal.c: Ensure AArch64 signal frame isn't too small (diff) | |
download | qemu-9743cd5736263e90d312b2c33bd739ffe1eae70d.tar.gz qemu-9743cd5736263e90d312b2c33bd739ffe1eae70d.tar.xz qemu-9743cd5736263e90d312b2c33bd739ffe1eae70d.zip |
tcg: Introduce tcg_set_insn_start_param
The parameters for tcg_gen_insn_start are target_ulong, which may be split
into two TCGArg parameters for storage in the opcode on 32-bit hosts.
Fixes the ARM target and its direct use of tcg_set_insn_param, which would
set the wrong argument in the 64-on-32 case.
Cc: qemu-stable@nongnu.org
Reported-by: alarson@ddci.com
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20180410003558.2470-1-richard.henderson@linaro.org
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc')
0 files changed, 0 insertions, 0 deletions