VirtualBox

Changeset 19015 in vbox for trunk/src/VBox/VMM/PDMLdr.cpp


Ignore:
Timestamp:
Apr 20, 2009 7:54:29 AM (16 years ago)
Author:
vboxsync
Message:

Split up TRPM. (guest SMP)

File:
1 edited

Legend:

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

    r18431 r19015  
    336336        else if (!strcmp(pszSymbol, "g_TRPM"))
    337337            *pValue = VM_RC_ADDR(pVM, &pVM->trpm);
     338        else if (!strcmp(pszSymbol, "g_TRPMCPU"))
     339            *pValue = VM_RC_ADDR(pVM, &pVM->aCpus[0].trpm);
    338340        else if (   !strncmp(pszSymbol, "VMM", 3)
    339341                 || !strcmp(pszSymbol, "g_Logger")
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