[svn:parrot] r47195 - branches/constant_unfolding/src/ops
plobsing at svn.parrot.org
plobsing at svn.parrot.org
Mon May 31 07:51:16 UTC 2010
Author: plobsing
Date: Mon May 31 07:51:16 2010
New Revision: 47195
URL: https://trac.parrot.org/parrot/changeset/47195
Log:
[codetest] fix up docs after last ops removal
Modified:
branches/constant_unfolding/src/ops/core.ops
Modified: branches/constant_unfolding/src/ops/core.ops
==============================================================================
--- branches/constant_unfolding/src/ops/core.ops Mon May 31 06:51:18 2010 (r47194)
+++ branches/constant_unfolding/src/ops/core.ops Mon May 31 07:51:16 2010 (r47195)
@@ -1186,9 +1186,9 @@
########################################
-=item B<loadlib>(out PMC, in STR)
+=item B<loadlib>(out PMC, invar STR)
-=item B<loadlib>(out PMC, in STR, in PMC)
+=item B<loadlib>(out PMC, invar STR, invar PMC)
Load a dynamic link library named $2 and store it in $1. $3, if
provided, controls library loading and initialization; currently,
@@ -1204,13 +1204,13 @@
=back
-=item B<dlfunc>(out PMC, invar PMC, in STR, in STR)
+=item B<dlfunc>(out PMC, invar PMC, invar STR, invar STR)
Look up symbol $3 in library $2 with signature $4, and put the
corresponding sub object in $1. Note that you need the signature so we
can build or find an appropriate thunking function.
-=item B<dlvar>(out PMC, invar PMC, in STR)
+=item B<dlvar>(out PMC, invar PMC, invar STR)
Look up symbol $3 in library $2. We assume that this is actually a
variable address rather than a function address, and build an
More information about the parrot-commits
mailing list