Changeset 20421 in vbox for trunk/include
- Timestamp:
- Jun 9, 2009 9:34:53 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 48367
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r20399 r20421 946 946 /** @def VM_REM_SIZE 947 947 * Must be multiple of 32 and coherent with REM_ENV_SIZE from REMInternal.h. */ 948 #if GC_ARCH_BITS == 32 949 # define VM_REM_SIZE (HC_ARCH_BITS == 32 ? 0x10800 : 0x10800) 950 #else 951 # define VM_REM_SIZE (HC_ARCH_BITS == 32 ? 0x10900 : 0x10900) 952 #endif 948 # define VM_REM_SIZE 0x10A00 953 949 char padding[VM_REM_SIZE]; /* multiple of 32 */ 954 950 } rem;
Note:
See TracChangeset
for help on using the changeset viewer.