port: Remove superfluous semicolon.
This commit is contained in:
parent
66c022c28c
commit
8ba539844b
|
@ -49,7 +49,7 @@ __ASM_GLOBAL_FUNC(interlocked_cmpxchg_ptr,
|
|||
"lock; cmpxchg8b (%esi)\n\t"
|
||||
"pop %esi\n\t"
|
||||
"pop %ebx\n\t"
|
||||
"ret");
|
||||
"ret")
|
||||
__ASM_GLOBAL_FUNC(interlocked_xchg,
|
||||
"movl 8(%esp),%eax\n\t"
|
||||
"movl 4(%esp),%edx\n\t"
|
||||
|
|
Loading…
Reference in New Issue