Commit d9a193b2 by Kazuhiro Inaoka Committed by Nick Clifton

(FFII_CLOSURES): Set to 0.

From-SVN: r89527
parent ec61e852
2004-10-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* src/m32r/libffitarget.h (FFI_CLOSURES): Set to 0.
2004-10-20 Kaz Kojima <kkojima@gcc.gnu.org> 2004-10-20 Kaz Kojima <kkojima@gcc.gnu.org>
* src/sh/sysv.S (ffi_call_SYSV): Don't align for double data. * src/sh/sysv.S (ffi_call_SYSV): Don't align for double data.
......
...@@ -41,7 +41,7 @@ typedef enum ffi_abi ...@@ -41,7 +41,7 @@ typedef enum ffi_abi
} ffi_abi; } ffi_abi;
#endif #endif
#define FFI_CLOSURES 1 #define FFI_CLOSURES 0
#define FFI_TRAMPOLINE_SIZE 24 #define FFI_TRAMPOLINE_SIZE 24
#define FFI_NATIVE_RAW_API 0 #define FFI_NATIVE_RAW_API 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment