adding instruction_id funcs
diff --git a/c_gen/codegen.py b/c_gen/codegen.py
index 3249747..38c0596 100644
--- a/c_gen/codegen.py
+++ b/c_gen/codegen.py
@@ -105,6 +105,7 @@
     c_code_gen.gen_generics(tmp)
 
     with template_utils.open_output(install_dir, "loci/inc/loci/loci_classes.h") as out:
+        print tmp.getvalue()
         util.render_template(out, "loci_classes.h",
             legacy_code=tmp.getvalue())