Revision 57fec1fe cpu-exec.c

b/cpu-exec.c
354 354
#endif
355 355
#endif
356 356
    int ret, interrupt_request;
357
    void (*gen_func)(void);
357
    long (*gen_func)(void);
358 358
    TranslationBlock *tb;
359 359
    uint8_t *tc_ptr;
360 360

  
......
736 736
		fp.gp = code_gen_buffer + 2 * (1 << 20);
737 737
		(*(void (*)(void)) &fp)();
738 738
#else
739
                gen_func();
739
                T0 = gen_func();
740 740
#endif
741 741
                env->current_tb = NULL;
742 742
                /* reset soft MMU for next block (it can currently

Also available in: Unified diff