VirtualBox

Changeset 14657 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Nov 26, 2008 6:08:15 PM (16 years ago)
Author:
vboxsync
Message:

pgmR3CritSectInitOne: pVMR0 was pointing to pVMR3.

File:
1 edited

Legend:

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

    r13818 r14657  
    115115    {
    116116        pCritSect->pVMR3 = pVM;
    117         pCritSect->pVMR0 = (RTR0PTR)pVM;//pVM->pVMR0;
     117        pCritSect->pVMR0 = pVM->pVMR0;
    118118        pCritSect->pVMRC = pVM->pVMRC;
    119119        pCritSect->pvKey = pvKey;
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