Commit af50f4c8 by Andreas Jaeger Committed by Andreas Jaeger

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

From-SVN: r57726
parent 39a744bb
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.
......
......@@ -438,8 +438,6 @@ ffi_prep_cif_machdep (ffi_cif *cif)
break;
}
puts ("prep_machdep\n");
return FFI_OK;
}
......
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