Changeset 73443 in vbox for trunk/include
- Timestamp:
- Aug 2, 2018 10:51:04 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124070
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r73439 r73443 1469 1469 * @param pCtx Current CPU context. 1470 1470 */ 1471 DECLINLINE(bool) CPUMIsGuestInRealOrV86ModeEx(PC PUMCTX pCtx)1471 DECLINLINE(bool) CPUMIsGuestInRealOrV86ModeEx(PCCPUMCTX pCtx) 1472 1472 { 1473 1473 return !(pCtx->cr0 & X86_CR0_PE)
Note:
See TracChangeset
for help on using the changeset viewer.