Changeset 20537 in vbox for trunk/include/VBox
- Timestamp:
- Jun 13, 2009 9:13:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r20530 r20537 520 520 /** The storage padding sufficient to hold the largest DISCPUSTATE in all 521 521 * contexts (R3, R0 and RC). Used various places in the VMM internals. */ 522 #define DISCPUSTATE_PADDING_SIZE (HC_ARCH_BITS == 64 ? 0x1a0 : 0x1 60)522 #define DISCPUSTATE_PADDING_SIZE (HC_ARCH_BITS == 64 ? 0x1a0 : 0x180) 523 523 524 524 /** Opcode. */
Note:
See TracChangeset
for help on using the changeset viewer.