VirtualBox

Changeset 13881

Show
Ignore:
Timestamp:
11/05/08 18:01:56 (2 months ago)
Author:
vboxsync
Message:

cleanup, 32-bit TCG recompiler works with gcc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/recompiler_new/Sun/config.h

    r13853 r13881  
    3434/* Uncomment to see emulated CPU state changes */ 
    3535/* #define VBOX_DUMP_STATE */ 
     36 
  • trunk/src/recompiler_new/target-i386/translate.c

    r13853 r13881  
    81878187void optimize_flags_init(void) 
    81888188{ 
    8189 #ifndef VBOX 
    81908189#if TCG_TARGET_REG_BITS == 32 
    81918190    assert(sizeof(CCTable) == (1 << 3)); 
    81928191#else 
    81938192    assert(sizeof(CCTable) == (1 << 4)); 
    8194 #endif 
    81958193#endif 
    81968194    cpu_env = tcg_global_reg_new(TCG_TYPE_PTR, TCG_AREG0, "env"); 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy