Commit 8669fed1 by Tom Tromey Committed by Tom Tromey

re PR libffi/31491 (libffi: bug in example program)

	PR libffi/31491:
	* README: Fixed bug in example.

From-SVN: r123617
parent b00d7439
2007-04-06 Tom Tromey <tromey@redhat.com>
PR libffi/31491:
* README: Fixed bug in example.
2007-04-03 Jakub Jelinek <jakub@redhat.com>
* src/closures.c: Include sys/statfs.h.
......
......@@ -212,7 +212,7 @@ Here is a trivial example that calls puts() a few times.
int rc;
/* Initialize the argument info vectors */
args[0] = &ffi_type_uint;
args[0] = &ffi_type_pointer;
values[0] = &s;
/* Initialize the cif */
......
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