fixed address mode for CmpSet and xCmpSet
[libfirm] / ir / be / TEMPLATE / TEMPLATE_emitter.h
index d211d1f..e288e53 100644 (file)
@@ -9,12 +9,12 @@
 
 #include "bearch_TEMPLATE_t.h"
 
-typedef struct _emit_env_t {
-       firm_dbg_module_t         *mod;
+typedef struct _TEMPLATE_emit_env_t {
        FILE                      *out;
        const arch_env_t          *arch_env;
        const TEMPLATE_code_gen_t *cg;
-} emit_env_t;
+       DEBUG_ONLY(firm_dbg_module_t *mod;)
+} TEMPLATE_emit_env_t;
 
 const lc_arg_env_t *TEMPLATE_get_arg_env(void);