Changeset 14833 in vbox for trunk/include
- Timestamp:
- Nov 30, 2008 11:14:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r14543 r14833 751 751 #endif 752 752 753 #ifdef VBOX_WITH_NEW_RECOMPILER754 753 /** @def VM_REM_SIZE 755 754 * Must be multiple of 32 and coherent with REM_ENV_SIZE from REMInternal.h. */ … … 759 758 # define VM_REM_SIZE (HC_ARCH_BITS == 32 ? 0x10900 : 0x10900) 760 759 #endif 761 #else /* !VBOX_WITH_NEW_RECOMILER */762 #if GC_ARCH_BITS == 32763 # define VM_REM_SIZE (HC_ARCH_BITS == 32 ? 0x6f00 : 0xbf00)764 #else765 # define VM_REM_SIZE (HC_ARCH_BITS == 32 ? 0x9f00 : 0xdf00)766 #endif767 #endif /* !VBOX_WITH_NEW_RECOMILER */768 760 char padding[VM_REM_SIZE]; /* multiple of 32 */ 769 761 } rem;
Note:
See TracChangeset
for help on using the changeset viewer.