Changeset 57857 in vbox for trunk/src/VBox/VMM/VMMRZ
- Timestamp:
- Sep 22, 2015 2:29:46 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102818
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRZ/DBGFRZ.cpp
r57358 r57857 49 49 const bool fInHyper = !(pRegFrame->ss.Sel & X86_SEL_RPL) && !pRegFrame->eflags.Bits.u1VM; 50 50 #else 51 NOREF(pRegFrame); 51 52 const bool fInHyper = false; 52 53 #endif
Note:
See TracChangeset
for help on using the changeset viewer.