From 3a23a2677ac8cd72e8306e6848d2644c8b5f2daa Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Thu, 8 Oct 2015 17:19:40 +0000 Subject: [PATCH] Fix the fix svn path=/trunk/; revision=69467 --- reactos/dll/win32/kernel32/client/i386/fiber.S | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/kernel32/client/i386/fiber.S b/reactos/dll/win32/kernel32/client/i386/fiber.S index 9a34e790717..8c33c9a596f 100644 --- a/reactos/dll/win32/kernel32/client/i386/fiber.S +++ b/reactos/dll/win32/kernel32/client/i386/fiber.S @@ -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 -- 2.17.1