summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E Enebo <tom.enebo@gmail.com>2015-03-03 09:21:12 -0600
committerThomas E Enebo <tom.enebo@gmail.com>2015-03-03 09:21:12 -0600
commitc74230d78f565337b469e68ee1b236c6294ccb3b (patch)
treee6b10c75d5124e593d4bf5a5c09636afc3ffb139
parentaa8ed9925e64005610fb581d38350027cf179de2 (diff)
parent19b055691e43b75331cda1e0ad609b237e89474b (diff)
downloadffi-c74230d78f565337b469e68ee1b236c6294ccb3b.tar.gz
Merge pull request #412 from djberg96/master
Add brackets around FORCEFRAME.
-rw-r--r--ext/ffi_c/libffi/src/x86/win32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ffi_c/libffi/src/x86/win32.S b/ext/ffi_c/libffi/src/x86/win32.S
index 34ec0fd..06c893f 100644
--- a/ext/ffi_c/libffi/src/x86/win32.S
+++ b/ext/ffi_c/libffi/src/x86/win32.S
@@ -156,7 +156,7 @@ ca_epilogue:
ret
ffi_call_win32 ENDP
-ffi_closure_SYSV PROC NEAR FORCEFRAME
+ffi_closure_SYSV PROC NEAR <FORCEFRAME>
;; the ffi_closure ctx is passed in eax by the trampoline.
sub esp, 40
@@ -314,7 +314,7 @@ ffi_closure_raw_SYSV ENDP
#endif /* !FFI_NO_RAW_API */
-ffi_closure_STDCALL PROC NEAR FORCEFRAME
+ffi_closure_STDCALL PROC NEAR <FORCEFRAME>
;; the ffi_closure ctx is passed in eax by the trampoline.
sub esp, 40