VirtualBox

Changeset 14595 in vbox for trunk


Ignore:
Timestamp:
Nov 25, 2008 8:21:52 PM (16 years ago)
Author:
vboxsync
Message:

PDMLdr: RC modules are not accessible from ring-0.

File:
1 edited

Legend:

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

    r14594 r14595  
    470470            {
    471471                RTGCPTR GCPtr;
    472                 rc = MMR3HyperMapPages(pVM, pModule->pvBits, (uintptr_t)pModule->pvBits,
     472                rc = MMR3HyperMapPages(pVM, pModule->pvBits, NIL_RTR0PTR,
    473473                                       cPages, paPages, pModule->szName, &GCPtr);
    474474                if (RT_SUCCESS(rc))
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