Changeset 97106 in vbox
- Timestamp:
- Oct 12, 2022 10:06:11 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 154066
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-darwin.cpp
r97073 r97106 544 544 else 545 545 hrc = hv_vm_map(pvRam, GCPhys, cb, fHvMemProt); 546 return nemR3DarwinHvSts2Rc(hrc); 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); 547 549 } 548 550
Note:
See TracChangeset
for help on using the changeset viewer.