Author: leo
Date: Wed Feb 22 04:19:59 2006
New Revision: 11702

Modified:
   trunk/src/ops/pic.ops
   trunk/t/op/calling.t
Log:
oops: revert r11701 - rather fix the bogus test

Modified: trunk/src/ops/pic.ops
==============================================================================
--- trunk/src/ops/pic.ops       (original)
+++ trunk/src/ops/pic.ops       Wed Feb 22 04:19:59 2006
@@ -148,9 +148,6 @@ inline op pic_get_params__(inconst PMC) 
      */
     ctx = CONTEXT(interpreter->ctx);
     src_pc = interpreter->current_args;
-    /* the args and params are now 'used.' */
-    interpreter->current_args = NULL;
-    interpreter->current_params = NULL;
     mic = (Parrot_MIC *) cur_opcode[1];
     caller_ctx = ctx->caller_ctx;
     if (src_pc) {

Modified: trunk/t/op/calling.t
==============================================================================
--- trunk/t/op/calling.t        (original)
+++ trunk/t/op/calling.t        Wed Feb 22 04:19:59 2006
@@ -1633,7 +1633,7 @@ cont_dest:
     .param pmc cc
     .param string s
     print s
-    tailcall cc
+    .return cc()
 .end
 CODE
 ok 1

Reply via email to