Changeset 36271 in vbox for trunk/src/recompiler
- Timestamp:
- Mar 14, 2011 9:26:03 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70541
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/cpu.h
r36175 r36271 757 757 #else /* VBOX */ 758 758 759 #if HC_ARCH_BITS == 64 759 760 uint32_t alignment2[3]; 761 #else 762 uint32_t alignment2[2]; 763 #endif 760 764 /** Profiling tb_flush. */ 761 765 STAMPROFILE StatTbFlush;
Note:
See TracChangeset
for help on using the changeset viewer.