Changeset 93750 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 15, 2022 12:42:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp
r93748 r93750 3191 3191 uint64_t u64Tpr; 3192 3192 hv_return_t hrc2 = hv_vcpu_read_register(pVCpu->nem.s.hVCpuId, HV_X86_TPR, &u64Tpr); 3193 Assert(hrc2 == HV_SUCCESS); 3193 Assert(hrc2 == HV_SUCCESS); RT_NOREF(hrc2); 3194 3194 3195 3195 if (pVmxTransient->u8GuestTpr != (uint8_t)u64Tpr)
Note:
See TracChangeset
for help on using the changeset viewer.