Changeset 33965 in vbox
- Timestamp:
- Nov 11, 2010 10:28:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/cpu.h
r33656 r33965 496 496 typedef union { 497 497 uint8_t _b[8]; 498 uint16_t _w[ 2];499 uint32_t _l[ 1];498 uint16_t _w[4]; 499 uint32_t _l[2]; 500 500 float32 _s[2]; 501 501 uint64_t q;
Note:
See TracChangeset
for help on using the changeset viewer.