Skip to content

Commit

Permalink
Add some musing about STR CALL
Browse files Browse the repository at this point in the history
  • Loading branch information
atrodo committed Mar 4, 2011
1 parent e4ed51e commit 2e6df8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core.c
Expand Up @@ -586,6 +586,7 @@ core_exec(Lorito_Interp *interp)
(*pc)++; (*pc)++;
continue; continue;
case OP_STR: ; case OP_STR: ;
// TODO? Perhaps we adjust this to allow you not to pass a context?
lorito_pmc_func(interp, $P(op->src1), $S(op->src2)); lorito_pmc_func(interp, $P(op->src1), $S(op->src2));
break; break;
}; };
Expand Down

0 comments on commit 2e6df8a

Please sign in to comment.