Fix the fix

svn path=/trunk/; revision=69467
This commit is contained in:
Stefan Ginsberg
2015-10-08 17:19:40 +00:00
parent a11d988984
commit 3a23a2677a
@@ -26,6 +26,7 @@ FUNC _BaseFiberStartup@0
/* Start the thread with our parameters */
push dword ptr [eax+FIBER_CONTEXT_EBX]
push dword ptr [eax+FIBER_CONTEXT_EAX]
push 0
jmp _BaseThreadStartup@8
ENDFUNC