convert bitfield initializer tarvals before using them
[libfirm] / ir / be / TEMPLATE / bearch_TEMPLATE_t.h
index 44c7b0e..671976a 100644 (file)
@@ -47,7 +47,7 @@ struct TEMPLATE_code_gen_t {
 };
 
 struct TEMPLATE_isa_t {
-       arch_isa_t             arch_isa;      /**< must be derived from arch_isa */
+       arch_env_t             arch_env;      /**< must be derived from arch_isa */
 };
 
 /**