Author: leo
Date: Sun Feb 5 17:06:24 2006
New Revision: 11436
Modified:
trunk/src/ops/pic.ops
Log:
revert deletion of PMC* sig from r11434 - it is *not* unused at all
Modified: trunk/src/ops/pic.ops
==============================================================================
--- trunk/src/ops/pic.ops (original)
+++ trunk/src/ops/pic.ops Sun Feb 5 17:06:24 2006
@@ -250,6 +250,7 @@ inline op pic_callr__(inconst PMC) :pic
opcode_t *pc;
void **pred_pc;
INTVAL n_args;
+ PMC *sig;
ctx = CONTEXT(interpreter->ctx);
mic = (Parrot_MIC *) cur_opcode[1];