Changeset 107106 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Nov 22, 2024 9:15:49 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 166072
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin-armv8.cpp
r107026 r107106 2391 2391 2392 2392 /* Restore debug exceptions trapping. */ 2393 hrc != hv_vcpu_set_trap_debug_exceptions(pVCpu->nem.s.hVCpu, false);2393 hrc |= hv_vcpu_set_trap_debug_exceptions(pVCpu->nem.s.hVCpu, false); 2394 2394 if (hrc != HV_SUCCESS) 2395 2395 return VMSetError(pVM, VERR_NEM_SET_REGISTERS_FAILED, RT_SRC_POS,
Note:
See TracChangeset
for help on using the changeset viewer.