port: Remove superfluous semicolon.

This commit is contained in:
Andrew Talbot 2008-04-04 17:56:29 +01:00 committed by Alexandre Julliard
parent 66c022c28c
commit 8ba539844b
1 changed files with 1 additions and 1 deletions

View File

@ -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"