Added support for SymConst(ofs_ent)
[libfirm] / ir / be / ppc32 / ppc32_emitter.h
index 1074480..edc9b31 100644 (file)
 #include "bearch_ppc32_t.h"
 
 typedef struct _emit_env_t {
-       firm_dbg_module_t         *mod;
        FILE                      *out;
        const arch_env_t          *arch_env;
        const ppc32_code_gen_t    *cg;
+       DEBUG_ONLY(firm_dbg_module_t *mod;)
 } ppc32_emit_env_t;
 
 const lc_arg_env_t *ppc32_get_arg_env(void);