VirtualBox

Changeset 39152 in vbox


Ignore:
Timestamp:
Oct 31, 2011 2:20:04 PM (13 years ago)
Author:
vboxsync
Message:

VMM: cleanups.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/VMMR0.cpp

    r39078 r39152  
    55
    66/*
    7  * Copyright (C) 2006-2010 Oracle Corporation
     7 * Copyright (C) 2006-2011 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    6868extern uint64_t __udivdi3(uint64_t, uint64_t);
    6969extern uint64_t __umoddi3(uint64_t, uint64_t);
    70 #endif // RT_ARCH_X86 && (RT_OS_SOLARIS || RT_OS_FREEBSD)
     70#endif
    7171RT_C_DECLS_END
    7272
     
    8484    (PFNRT)__udivdi3,
    8585    (PFNRT)__umoddi3,
    86 #endif // RT_ARCH_X86 && (RT_OS_SOLARIS || RT_OS_FREEBSD)
     86#endif
    8787    NULL
    8888};
     
    9494
    9595
    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 to
    99  * load images in the 0x80000 range.
    100  */
    101 static uint64_t u64BloatImage[8192] = {0};
    102 #endif
    10396
    10497/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette