From 2e6df8aedb4da9593622e03b20757dbae94feb74 Mon Sep 17 00:00:00 2001 From: atrodo Date: Thu, 3 Mar 2011 22:51:22 -0500 Subject: [PATCH] Add some musing about STR CALL --- core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/core.c b/core.c index 6d5a779..5ec1c9a 100644 --- a/core.c +++ b/core.c @@ -586,6 +586,7 @@ core_exec(Lorito_Interp *interp) (*pc)++; continue; 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)); break; };