summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-11-11 09:43:01 -0500
committerAnthony Green <green@moxielogic.com>2014-11-11 09:43:01 -0500
commita0bdc5250cd36f1d2578358e33299fd2408091ac (patch)
tree2cb12db4ceef92d3ab274f602911cc797dc48875
parent67c0c0705318d2e567fd48e680d63dca3619a235 (diff)
downloadlibffi-a0bdc5250cd36f1d2578358e33299fd2408091ac.tar.gz
Fix typo
-rw-r--r--src/x86/win32.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/x86/win32.S b/src/x86/win32.S
index d523eb0..3680bf5 100644
--- a/src/x86/win32.S
+++ b/src/x86/win32.S
@@ -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.