On Wed, Sep 30, 2015 at 6:05 AM, Richard Henderson <r...@twiddle.net> wrote: > On 09/24/2015 06:32 PM, Alvise Rigo wrote: >> >> Use the new slow path for atomic instruction translation when the >> softmmu is enabled. > > > Um... why? TCG_USE_LDST_EXCL would appear to be 100% redundant with > SOFTMMU.
Oops, modifying the previous version of the patch I didn't notice I created a redundant variable. I will remove it. Regards, alvise > > > r~