Changeset 36644 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 11, 2011 2:53:49 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71112
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r36639 r36644 206 206 * @param pCtx Current CPU context 207 207 */ 208 VMMDECL(bool) CPUMIsGuestInRealOrV86ModeEx(PCPUMCTX pCtx)208 DECLINLINE(bool) CPUMIsGuestInRealOrV86ModeEx(PCPUMCTX pCtx) 209 209 { 210 210 return !(pCtx->cr0 & X86_CR0_PE)
Note:
See TracChangeset
for help on using the changeset viewer.