Commit 79ca8fc0 by Andreas Tobler Committed by Andreas Tobler

ffi.c (ffi_prep_cif_machdep): Fix thinko.

2008-01-06  Andreas Tobler  <a.tobler@schweiz.org>

	* src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.

From-SVN: r131351
parent 89c32b0f
2008-01-06 Andreas Tobler <a.tobler@schweiz.org>
* src/x86/ffi.c (ffi_prep_cif_machdep): Fix thinko.
2008-01-05 Andreas Tobler <a.tobler@schweiz.org> 2008-01-05 Andreas Tobler <a.tobler@schweiz.org>
PR testsuite/32843 PR testsuite/32843
......
...@@ -122,13 +122,12 @@ ffi_status ffi_prep_cif_machdep(ffi_cif *cif) ...@@ -122,13 +122,12 @@ ffi_status ffi_prep_cif_machdep(ffi_cif *cif)
case FFI_TYPE_VOID: case FFI_TYPE_VOID:
#ifdef X86 #ifdef X86
case FFI_TYPE_STRUCT: case FFI_TYPE_STRUCT:
#else #endif
# if defined(X86) || defined(X86_DARWIN) #if defined(X86) || defined(X86_DARWIN)
case FFI_TYPE_UINT8: case FFI_TYPE_UINT8:
case FFI_TYPE_UINT16: case FFI_TYPE_UINT16:
case FFI_TYPE_SINT8: case FFI_TYPE_SINT8:
case FFI_TYPE_SINT16: case FFI_TYPE_SINT16:
# endif
#endif #endif
case FFI_TYPE_SINT64: case FFI_TYPE_SINT64:
......
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