On 18/06/2016 06:03, Pranith Kumar wrote: > + case INDEX_op_mb: > + /* The host memory model is quite strong, we simply need to > + serialize the instruction stream. */ > + tcg_out_insn(s, RR, BCR, > + facilities & FACILITY_FAST_BCR_SER ? 14 : 15, 0); > + break; > +
Only for st-ld here, too. Paolo
