VirtualBox

Changeset 17693 in vbox


Ignore:
Timestamp:
Mar 11, 2009 1:27:24 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
44195
Message:

Fixed SELMShadowCR3Changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/SELMAll.cpp

    r17616 r17693  
    12161216VMMDECL(void) SELMShadowCR3Changed(PVM pVM)
    12171217{
    1218     pVM->selm.s.Tss.cr3 = PGMGetHyperCR3(pVM);
    1219     Assert(pVM->selm.s.TssTrap08.cr3 == PGMGetInterRCCR3(pVM));
    1220 }
     1218    pVM->selm.s.Tss.cr3       = PGMGetHyperCR3(pVM);
     1219    pVM->selm.s.TssTrap08.cr3 = PGMGetInterRCCR3(pVM);
     1220}
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