]> Git Repo - qemu.git/commit
tcg: Introduce tcg_set_insn_start_param
authorRichard Henderson <[email protected]>
Tue, 10 Apr 2018 12:02:26 +0000 (13:02 +0100)
committerPeter Maydell <[email protected]>
Tue, 10 Apr 2018 12:02:26 +0000 (13:02 +0100)
commit9743cd5736263e90d312b2c33bd739ffe1eae70d
treede17c37cc67f94ad6efdb338c919aee1d9b3b887
parent7f0f4208b3a96f2202e86bc3e58a4c20d390ce1b
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: [email protected]
Reported-by: [email protected]
Signed-off-by: Richard Henderson <[email protected]>
Message-id: 20180410003558[email protected]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
target/arm/translate.h
tcg/tcg.h
This page took 0.025346 seconds and 4 git commands to generate.