VirtualBox

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


Ignore:
Timestamp:
Oct 13, 2022 8:52:20 AM (2 years ago)
Author:
vboxsync
Message:

Revert r154066, bugref:9044

File:
1 edited

Legend:

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

    r97106 r97125  
    544544    else
    545545        hrc = hv_vm_map(pvRam, GCPhys, cb, fHvMemProt);
    546     if (hrc != HV_SUCCESS)
    547         LogRel(("Failed to map %RGp LB %zu fProt=%#x/%#x hrc=%\n", GCPhys, cb, fPageProt, fHvMemProt));
    548     return VINF_SUCCESS; //nemR3DarwinHvSts2Rc(hrc);
     546    return nemR3DarwinHvSts2Rc(hrc);
    549547}
    550548
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