* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
authorAndreas Jaeger <aj@suse.de>
Wed, 2 Oct 2002 06:21:54 +0000 (08:21 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Wed, 2 Oct 2002 06:21:54 +0000 (08:21 +0200)
From-SVN: r57726

libffi/ChangeLog
libffi/src/x86/ffi64.c

index a41a79f5342f647c7f1afe6ab501da7aa9463690..2155dfc7f8eab92d8ce0f964993ae937e4426d4c 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-02  Andreas Jaeger  <aj@suse.de>
+
+       * src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.
+
 2002-10-01  Bo Thorsen  <bo@smetana.suse.de>
 
        * include/ffi.h.in: Fix i386 win32 compilation.
index 3dd8cbbf315c3ae125b3dc3a263d72200203a204..f278a924eda4365356a455de9f20183b49eb16f6 100644 (file)
@@ -438,8 +438,6 @@ ffi_prep_cif_machdep (ffi_cif *cif)
       break;
     }
 
-  puts ("prep_machdep\n");
-
   return FFI_OK;
 }