* src/x86/ffi64.c (ffi_prep_cif_machdep): Remove debug output.

From-SVN: r57726
This commit is contained in:
Andreas Jaeger 2002-10-02 08:21:54 +02:00 committed by Andreas Jaeger
parent 39a744bbe4
commit af50f4c807
2 changed files with 4 additions and 2 deletions

View 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.

View File

@ -438,8 +438,6 @@ ffi_prep_cif_machdep (ffi_cif *cif)
break;
}
puts ("prep_machdep\n");
return FFI_OK;
}