Thanks Stefan,
Fix is up on the mailing list. I went for the simple solution of just
always initing the tcg variables with tcg_temp_*new. May be a minor
performance penalty but noting noticeable.
Regards,
Peter
On Tue, Jun 5, 2012 at 6:26 AM, Stefan Weil wrote:
> Hi Peter,
>
> this patch (which
Hi Peter,
this patch (which was applied to QEMU master) breaks debug builds
(configure --enable-debug). see my comment below.
Regards,
Stefan W.
Am 01.06.2012 05:23, schrieb Peter A. G. Crosthwaite:
Signed-off-by: Peter A. G. Crosthwaite
---
changed from v3:
simplified tcg local variable usa
Applied this one, thanks Peter
Am 01.06.2012 05:23, schrieb Peter A. G. Crosthwaite:
> Signed-off-by: Peter A. G. Crosthwaite
> ---
> changed from v3:
> simplified tcg local variable usage aqcross branch
> changed from v2:
> fixed tcg local variable usage across branch
> reworked carry logic (with new write_carryi() function)
>