Changeset 72769 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jun 29, 2018 11:10:00 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123310
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r72767 r72769 21 21 *********************************************************************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_HM 23 #define VMCPU_INCL_CPUM_GST_CTX 23 24 #include <VBox/vmm/hm.h> 24 25 #include <VBox/vmm/pgm.h> … … 1553 1554 #endif 1554 1555 1555 VBOXSTRICTRC rcStrict = g_HmR0.pfnRunGuestCode(pVM, pVCpu, CPUMQueryGuestCtxPtr(pVCpu));1556 VBOXSTRICTRC rcStrict = g_HmR0.pfnRunGuestCode(pVM, pVCpu, &pVCpu->cpum.GstCtx); 1556 1557 1557 1558 #ifdef VBOX_WITH_2X_4GB_ADDR_SPACE
Note:
See TracChangeset
for help on using the changeset viewer.