Changeset 39152 in vbox
- Timestamp:
- Oct 31, 2011 2:20:04 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/VMMR0.cpp
r39078 r39152 5 5 6 6 /* 7 * Copyright (C) 2006-201 0Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 68 68 extern uint64_t __udivdi3(uint64_t, uint64_t); 69 69 extern uint64_t __umoddi3(uint64_t, uint64_t); 70 #endif // RT_ARCH_X86 && (RT_OS_SOLARIS || RT_OS_FREEBSD)70 #endif 71 71 RT_C_DECLS_END 72 72 … … 84 84 (PFNRT)__udivdi3, 85 85 (PFNRT)__umoddi3, 86 #endif // RT_ARCH_X86 && (RT_OS_SOLARIS || RT_OS_FREEBSD)86 #endif 87 87 NULL 88 88 }; … … 94 94 95 95 96 97 #if defined(RT_OS_WINDOWS) && defined(RT_ARCH_AMD64)98 /* Increase the size of the image to work around the refusal of Win64 to99 * load images in the 0x80000 range.100 */101 static uint64_t u64BloatImage[8192] = {0};102 #endif103 96 104 97 /**
Note:
See TracChangeset
for help on using the changeset viewer.

