summaryrefslogtreecommitdiffstats
path: root/libffi/README
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 14:30:27 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-06 14:30:27 +0000
commit770e494db9e55dad0eec4e197f4c11efada48d26 (patch)
treec37d128f243700a32d9438a3ddf882db0d984164 /libffi/README
parent20677948197bbf16bb0b93bba26dd5fd2cae7979 (diff)
downloadppe42-gcc-770e494db9e55dad0eec4e197f4c11efada48d26.tar.gz
ppe42-gcc-770e494db9e55dad0eec4e197f4c11efada48d26.zip
PR libffi/31491:
* README: Fixed bug in example. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@123617 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/README')
-rw-r--r--libffi/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/libffi/README b/libffi/README
index 471107700ca..f426c9df1e9 100644
--- a/libffi/README
+++ b/libffi/README
@@ -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 */
OpenPOWER on IntegriCloud