Revision 6fd2a026 target-i386/cpu.h

b/target-i386/cpu.h
995 995
void cpu_smm_update(CPUX86State *env);
996 996
uint64_t cpu_get_tsc(CPUX86State *env);
997 997

  
998
/* used to debug */
999
#define X86_DUMP_FPU  0x0001 /* dump FPU state too */
1000
#define X86_DUMP_CCOP 0x0002 /* dump qemu flag cache */
1001

  
1002 998
#define TARGET_PAGE_BITS 12
1003 999

  
1004 1000
#ifdef TARGET_X86_64

Also available in: Unified diff