VirtualBox

Changeset 36644 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 11, 2011 2:53:49 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71112
Message:

build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum.h

    r36639 r36644  
    206206 * @param   pCtx    Current CPU context
    207207 */
    208 VMMDECL(bool) CPUMIsGuestInRealOrV86ModeEx(PCPUMCTX pCtx)
     208DECLINLINE(bool) CPUMIsGuestInRealOrV86ModeEx(PCPUMCTX pCtx)
    209209{
    210210    return !(pCtx->cr0 & X86_CR0_PE)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette