VirtualBox

Changeset 43430 in vbox


Ignore:
Timestamp:
Sep 25, 2012 3:25:49 PM (12 years ago)
Author:
vboxsync
Message:

VMM/VMMR0/HMR0: The VMXON region is not to be executed.

File:
1 edited

Legend:

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

    r43414 r43430  
    435435                     */
    436436                    RTR0MEMOBJ hScatchMemObj;
    437                     rc = RTR0MemObjAllocCont(&hScatchMemObj, PAGE_SIZE, true /*fExecutable*/);
     437                    rc = RTR0MemObjAllocCont(&hScatchMemObj, PAGE_SIZE, false /* fExecutable */);
    438438                    if (RT_FAILURE(rc))
    439439                    {
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