Il 30/06/2014 15:03, Ian Campbell ha scritto:
That line is: // Acquire lock and take ownership of shared stack 1: rep nop
I've also checked the preprocessed version and the nop isn't being disappeared or anything like that.
"rep nop" is really just "pause".
I think the assembler wants "rep; nop" instead.
Paolo