Skip to content

Commit

Permalink
fix pir() to take PMC arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Dec 3, 2009
1 parent d4c9a30 commit b5847f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/pir.pir
Expand Up @@ -7,7 +7,7 @@ Executes a subroutine in PIR from M code
.sub 'pir'
.param int nargout
.param int nargin
.param string code
.param pmc code
.param pmc args :slurpy
$P0 = compreg 'PIR'
$P1 = $P0(code)
Expand Down

0 comments on commit b5847f9

Please sign in to comment.