Commit 8ba53984 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

port: Remove superfluous semicolon.

parent 66c022c2
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment