VirtualBox

Changeset 73443 in vbox for trunk/include


Ignore:
Timestamp:
Aug 2, 2018 10:51:04 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124070
Message:

CPUMIsGuestInRealOrV86ModeEx: take const argument.

File:
1 edited

Legend:

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

    r73439 r73443  
    14691469 * @param   pCtx    Current CPU context.
    14701470 */
    1471 DECLINLINE(bool) CPUMIsGuestInRealOrV86ModeEx(PCPUMCTX pCtx)
     1471DECLINLINE(bool) CPUMIsGuestInRealOrV86ModeEx(PCCPUMCTX pCtx)
    14721472{
    14731473    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