On 01/26/2014 11:25 AM, Peter Maydell wrote: > We have macros for marking TCGv values as unused, checking if they > are unused and comparing them to each other. However these only exist > for TCGv_i32 and TCGv_i64; add them for TCGv_ptr as well. > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > tcg/tcg.h | 3 +++ > 1 file changed, 3 insertions(+)
Reviewed-by: Richard Henderson <r...@twiddle.net> r~