Changeset 18596 in vbox for trunk/src/recompiler_new
- Timestamp:
- Apr 1, 2009 12:33:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/VBoxRecompiler.c
r18595 r18596 143 143 static STAMCOUNTER gStatSelOutOfSyncStateBack[6]; 144 144 static STAMCOUNTER gStatFlushTBs; 145 #endif 145 146 /* in exec.c */ 146 147 extern uint32_t tlb_flush_count; 147 148 extern uint32_t tb_flush_count; 148 149 extern uint32_t tb_phys_invalidate_count; 149 #endif150 150 151 151 /*
Note:
See TracChangeset
for help on using the changeset viewer.