Inline Assembly/Examples: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Bluemoon (talk | contribs)
m Fix typo in io_wait jump
Line 75: Line 75:
{
{
asm volatile( "jmp 1f\n\t"
asm volatile( "jmp 1f\n\t"
"1:jmp 1f\n\t"
"1:jmp 2f\n\t"
"2:" );
"2:" );
}
}