Changeset 108396 in vbox
- Timestamp:
- Feb 26, 2025 3:19:45 PM (8 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167760
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp
r108395 r108396 2800 2800 { 2801 2801 Log8(("nemR3NativeNotifyFF: canceling %u\n", pVCpu->idCpu)); 2802 HRESULT hrc = WHvCancelRunVirtualProcessor(pVM->nem.s.hPartition, pVCpu->idCpu, 0); 2803 AssertMsg(SUCCEEDED(hrc), ("WHvCancelRunVirtualProcessor -> hrc=%Rhrc\n", hrc)); 2804 RT_NOREF_PV(hrc); 2802 if (pVM->nem.s.fCreatedEmts) 2803 { 2804 HRESULT hrc = WHvCancelRunVirtualProcessor(pVM->nem.s.hPartition, pVCpu->idCpu, 0); 2805 AssertMsg(SUCCEEDED(hrc), ("WHvCancelRunVirtualProcessor -> hrc=%Rhrc\n", hrc)); 2806 RT_NOREF_PV(hrc); 2807 } 2805 2808 RT_NOREF_PV(fFlags); 2806 2809 }
Note:
See TracChangeset
for help on using the changeset viewer.