Revision 5cd8f621 target-unicore32/translate.c

b/target-unicore32/translate.c
74 74
        cpu_R[i] = tcg_global_mem_new_i32(TCG_AREG0,
75 75
                                offsetof(CPUUniCore32State, regs[i]), regnames[i]);
76 76
    }
77

  
78
#define GEN_HELPER 2
79
#include "helper.h"
80 77
}
81 78

  
82 79
static int num_temps;

Also available in: Unified diff