VirtualBox

Ignore:
Timestamp:
Mar 3, 2009 9:49:57 AM (16 years ago)
Author:
vboxsync
Message:

REM: cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/translate-all.c

    r15920 r17265  
    11/*
    22 *  Host code generation
    3  * 
     3 *
    44 *  Copyright (c) 2003 Fabrice Bellard
    55 *
     
    8787
    8888/* return non zero if the very first instruction is invalid so that
    89    the virtual CPU can trigger an exception. 
     89   the virtual CPU can trigger an exception.
    9090
    9191   '*gen_code_size_ptr' contains the size of the generated code (host
     
    134134    s->tb_next = tb->tb_next;
    135135#endif
    136    
     136
    137137#ifdef CONFIG_PROFILER
    138138    s->tb_count++;
     
    152152    RAWEx_ProfileStop(env, STATS_QEMU_COMPILATION);
    153153#endif
    154    
     154
    155155#ifdef DEBUG_DISAS
    156156    if (loglevel & CPU_LOG_TB_OUT_ASM) {
     
    164164}
    165165
    166 /* The cpu state corresponding to 'searched_pc' is restored. 
     166/* The cpu state corresponding to 'searched_pc' is restored.
    167167 */
    168 int cpu_restore_state(TranslationBlock *tb, 
     168int cpu_restore_state(TranslationBlock *tb,
    169169                      CPUState *env, unsigned long searched_pc,
    170170                      void *puc)
     
    195195    if (searched_pc < tc_ptr)
    196196        return -1;
    197    
     197
    198198    s->tb_next_offset = tb->tb_next_offset;
    199199#ifdef USE_DIRECT_JUMP
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette