Vitaly Wool wrote: [snip] > +/* CP0 hazard avoidance. */ > +#define BARRIER __asm__ __volatile__(".set noreorder\n\t" \ > + "nop; nop; nop; nop; nop; nop;\n\t" \ > + ".set reorder\n\t") Didn't we just get rid of that BARRIER stuff? Thiemo
Vitaly Wool wrote: [snip] > +/* CP0 hazard avoidance. */ > +#define BARRIER __asm__ __volatile__(".set noreorder\n\t" \ > + "nop; nop; nop; nop; nop; nop;\n\t" \ > + ".set reorder\n\t") Didn't we just get rid of that BARRIER stuff? Thiemo