[SeaBIOS] expecting string instruction after `rep' with latest SeaBIOS

Paolo Bonzini pbonzini at redhat.com
Mon Jun 30 15:07:49 CEST 2014


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



More information about the SeaBIOS mailing list