On 05/31/2011 07:56 AM, Nathan Whitehorn wrote: > #if defined(TARGET_PPC64) > - if (!ctx->sf_mode) { > TCGv t0 = tcg_temp_new(); > TCGv t1 = tcg_temp_new();
You're removing a scope in which these variables were defined. That seems wrong, at minimum. r~