~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to cpu-exec.c

  • Committer: bellard
  • Date: 2008-02-01 10:50:11 UTC
  • Revision ID: git-v1:57fec1fee94aa9f7d2519e8c354f100fc36bc9fa
use the TCG code generator


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3944 c046a42c-6fe2-441c-8c8c-71466251a162

Show diffs side-by-side

added added

removed removed

Lines of Context:
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