Re: [Qemu-devel] [PATCH 1/2] TCG: Fix tcg_gen_extr_i64_tl for 32bit

2014-06-04 Thread Richard Henderson
On 06/04/2014 02:09 PM, Alexander Graf wrote: > We expose a generic helper "tcg_gen_extr_i64_tl" for 64bit targets, but the > same function for 32bit targets is a misnomer and refers to an invalid > function > name. > > Fix up the definition to point to the correct internal helper names instead.

[Qemu-devel] [PATCH 1/2] TCG: Fix tcg_gen_extr_i64_tl for 32bit

2014-06-04 Thread Alexander Graf
We expose a generic helper "tcg_gen_extr_i64_tl" for 64bit targets, but the same function for 32bit targets is a misnomer and refers to an invalid function name. Fix up the definition to point to the correct internal helper names instead. Signed-off-by: Alexander Graf --- tcg/tcg-op.h | 2 +- 1