fixed lc_opts init
[libfirm] / ir / be / be_t.h
index 8d7f90c..6da99d4 100644 (file)
@@ -25,6 +25,7 @@ struct _be_main_env_t {
   struct _be_node_factory_t *node_factory;
   struct _arch_env_t *arch_env;
   struct _be_options_t *options;
+  struct _arch_code_generator_t *cg;
   firm_dbg_module_t *dbg;
 };