VirtualBox

Changeset 107106 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Nov 22, 2024 9:15:49 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166072
Message:

VMM/NEMR3Native-darwin-armv8.cpp: Fix typo (parfait warning), bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin-armv8.cpp

    r107026 r107106  
    23912391
    23922392    /* 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);
    23942394    if (hrc != HV_SUCCESS)
    23952395        return VMSetError(pVM, VERR_NEM_SET_REGISTERS_FAILED, RT_SRC_POS,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette