Changeset 40182 in vbox for trunk/include
- Timestamp:
- Feb 20, 2012 3:22:46 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76346
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/x86.h
r40170 r40182 2371 2371 /** Limit - Low word - *IGNORED*. */ 2372 2372 unsigned u16LimitLow : 16; 2373 /** Base address - low eword. - *IGNORED*2373 /** Base address - low word. - *IGNORED* 2374 2374 * Don't try set this to 24 because MSC is doing stupid things then. */ 2375 2375 unsigned u16BaseLow : 16;
Note:
See TracChangeset
for help on using the changeset viewer.