Revision de89fd2b target-lm32/helper.c

b/target-lm32/helper.c
215 215
    cpu_state_reset(env);
216 216
    qemu_init_vcpu(env);
217 217

  
218
    if (!tcg_initialized) {
218
    if (tcg_enabled() && !tcg_initialized) {
219 219
        tcg_initialized = 1;
220 220
        lm32_translate_init();
221 221
    }

Also available in: Unified diff