diff --git a/libffi/ChangeLog b/libffi/ChangeLog index a41a79f5342f..2155dfc7f8ea 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,7 @@ +2002-10-02 Andreas Jaeger + + * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output. + 2002-10-01 Bo Thorsen * include/ffi.h.in: Fix i386 win32 compilation. diff --git a/libffi/src/x86/ffi64.c b/libffi/src/x86/ffi64.c index 3dd8cbbf315c..f278a924eda4 100644 --- a/libffi/src/x86/ffi64.c +++ b/libffi/src/x86/ffi64.c @@ -438,8 +438,6 @@ ffi_prep_cif_machdep (ffi_cif *cif) break; } - puts ("prep_machdep\n"); - return FFI_OK; }