stage4/generate_c/generate_c_inlinefcall.cc
changeset 453 4733f662362a
parent 392 9b88b8b6bccd
child 495 8c6823fee086
--- a/stage4/generate_c/generate_c_inlinefcall.cc	Mon Feb 20 19:44:40 2012 +0000
+++ b/stage4/generate_c/generate_c_inlinefcall.cc	Tue Feb 21 17:39:57 2012 +0000
@@ -826,6 +826,11 @@
 	  this->default_variable_back_name.current_type = this->default_variable_name.current_type;
 	  return NULL;
     }
+    
+    // SYM_REF1(il_simple_instruction_c, il_simple_instruction, symbol_c *prev_il_instruction;)
+    void *visit(il_simple_instruction_c *symbol)	{
+      return symbol->il_simple_instruction->accept(*this);
+    }
 
     void *visit(LD_operator_c *symbol)	{
       /* the data type resulting from this operation... */