stage4/generate_c/generate_c_inlinefcall.cc
changeset 874 b8fa360b376d
parent 861 443e8243f289
child 884 a51a3bb4d613
child 885 b2604fc6d25c
--- a/stage4/generate_c/generate_c_inlinefcall.cc	Sun Mar 02 16:42:56 2014 +0000
+++ b/stage4/generate_c/generate_c_inlinefcall.cc	Sun Mar 02 17:04:17 2014 +0000
@@ -416,6 +416,11 @@
       return NULL;
     }
 
+    /*  il_jump_operator label */
+    // SYM_REF2(il_jump_operation_c, il_jump_operator, label)    
+    void *visit(il_jump_operation_c *symbol) {
+      return NULL;
+    }
 
     void *visit(il_function_call_c *symbol) {
       symbol_c* function_type_prefix = NULL;