Commit 86bab890 authored by Denil Verghese's avatar Denil Verghese Committed by Alexandre Julliard

libwine: Fix missing semi-colon.

parent 38b222c6
......@@ -126,7 +126,7 @@ __declspec(naked) int wine_call_on_stack( int (*func)(void *), void *arg, void *
__asm call [ecx];
__asm mov esp, esi;
__asm pop esi;
__asm pop ebp
__asm pop ebp;
__asm ret;
}
#elif defined(__x86_64__) && defined(__GNUC__)
......
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