cvsuser 04/05/24 08:21:13
Modified: ops core.ops Log: Doc Patch courtesy of Will Coleda <[EMAIL PROTECTED]> Revision Changes Path 1.362 +2 -9 parrot/ops/core.ops Index: core.ops =================================================================== RCS file: /cvs/public/parrot/ops/core.ops,v retrieving revision 1.361 retrieving revision 1.362 diff -u -w -r1.361 -r1.362 --- core.ops 19 May 2004 21:09:02 -0000 1.361 +++ core.ops 24 May 2004 15:21:13 -0000 1.362 @@ -1021,20 +1021,13 @@ =item B<foldup>(out PMC) Take all the PMCs passed in as parameters and stick them into an Array -PMC, in the register pointed to. - -B<NOTE!> IMCC and PDD03 aren't yet in conformance. This uses the current -IMCC setup, but should be changed as soon as IMCC modified to the correct -calling conventions. +PMC in $1. Note: foldup I<only> works for PMC arguments. =item B<foldup>(out PMC, in INT) Take all the PMCs passed in as parameters, starting at offset $2 and stick them into an Array PMC in $1. - -B<NOTE!> IMCC and PDD03 aren't yet in conformance. This uses the current -IMCC setup, but should be changed as soon as IMCC modified to the correct -calling conventions. +Note: foldup I<only> works for PMC arguments. =back
