Changeset 18597 in vbox for trunk/src/recompiler_new/target-i386
- Timestamp:
- Apr 1, 2009 1:34:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler_new/target-i386/cpu.h
r17274 r18597 62 62 # include <iprt/asm.h> 63 63 # include <VBox/vmm.h> 64 # include <VBox/stam.h> 64 65 #endif /* VBOX */ 65 66 … … 677 678 #else 678 679 uint32_t alignment2[3]; 680 /** Profiling tb_flush. */ 681 STAMPROFILE StatTbFlush; 679 682 #endif 680 683 } CPUX86State;
Note:
See TracChangeset
for help on using the changeset viewer.