Fix typo
authorAnthony Green <green@moxielogic.com>
Tue, 11 Nov 2014 14:43:01 +0000 (09:43 -0500)
committerAnthony Green <green@moxielogic.com>
Tue, 11 Nov 2014 14:43:01 +0000 (09:43 -0500)
src/x86/win32.S

index d523eb0..3680bf5 100644 (file)
@@ -232,7 +232,7 @@ ffi_closure_REGISTER PROC NEAR
         push   ecx
         push   edx
         jmp    ffi_closure_STDCALL
-ffi_closure_FASTCALL ENDP
+ffi_closure_REGISTER ENDP
 
 ffi_closure_SYSV PROC NEAR FORCEFRAME
     ;; the ffi_closure ctx is passed in eax by the trampoline.