VirtualBox

Changeset 9659 in vbox for trunk/src/VBox/VMM/PATM/VMMGC


Ignore:
Timestamp:
Jun 12, 2008 12:37:02 PM (17 years ago)
Author:
vboxsync
Message:

SELMGetCpuModeFromSelector is a better name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/VMMGC/PATMGC.cpp

    r9658 r9659  
    510510            }
    511511
    512             cpu.mode = SELMGetSelectorType(pVM, pRegFrame->eflags, pRegFrame->cs, 0);
     512            cpu.mode = SELMGetCpuModeFromSelector(pVM, pRegFrame->eflags, pRegFrame->cs, 0);
    513513            if(cpu.mode != CPUMODE_32BIT)
    514514            {
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