fix mips immediate dumper
[libfirm] / ir / be / mips / bearch_mips_t.h
index edf83f7..afd85ab 100644 (file)
@@ -52,6 +52,7 @@ struct mips_code_gen_t {
 struct mips_isa_t {
        arch_isa_t             arch_isa;    /**< must be derived from arch_isa_t */
        be_emit_env_t          emit;        /**< An emitter environment for the GAS emitter. */
+       mips_code_gen_t       *cg;
 };
 
 struct mips_irn_ops_t {