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.
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