diff options
author | Andrew Haley <aph@redhat.com> | 2009-06-04 17:08:10 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2009-06-04 17:08:10 +0000 |
commit | 90409e4c8a5c522ebfc227b995ef50d1623729e5 (patch) | |
tree | 31e8ca5af451d877d9cb1c7732e55c68f97708b5 /libffi/src/x86/ffitarget.h | |
parent | d46c937c39e0261fc71fac3b97528baf0fbdf491 (diff) | |
download | gcc-90409e4c8a5c522ebfc227b995ef50d1623729e5.tar.gz |
ffitarget.h, [...]: Back out stdcall changes.
2009-06-04 Andrew Haley <aph@redhat.com>
* src/x86/ffitarget.h, src/x86/win32.S, src/x86/ffi.c: Back out
stdcall changes.
From-SVN: r148178
Diffstat (limited to 'libffi/src/x86/ffitarget.h')
-rw-r--r-- | libffi/src/x86/ffitarget.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libffi/src/x86/ffitarget.h b/libffi/src/x86/ffitarget.h index 8178d064821..25dcc1b9239 100644 --- a/libffi/src/x86/ffitarget.h +++ b/libffi/src/x86/ffitarget.h @@ -78,11 +78,7 @@ typedef enum ffi_abi { #define FFI_TRAMPOLINE_SIZE 24 #define FFI_NATIVE_RAW_API 0 #else -#ifdef X86_WIN32 -#define FFI_TRAMPOLINE_SIZE 13 -#else #define FFI_TRAMPOLINE_SIZE 10 -#endif #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */ #endif |