Changeset 48469 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Sep 13, 2013 12:33:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r48448 r48469 427 427 if (RT_FAILURE(rc)) 428 428 { 429 LogRel(("hmR0InitIntel: RTR0MemObjAllocCont(,PAGE_SIZE, true) -> %Rrc\n", rc));429 LogRel(("hmR0InitIntel: RTR0MemObjAllocCont(,PAGE_SIZE,false) -> %Rrc\n", rc)); 430 430 return rc; 431 431 }
Note:
See TracChangeset
for help on using the changeset viewer.