Changeset 5005 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 24, 2007 2:20:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/memobj-r0drv-nt.cpp
r4751 r5005 297 297 __except(EXCEPTION_EXECUTE_HANDLER) 298 298 { 299 NTSTATUS rcNt = GetExceptionCode(); 300 Log(("rtR0MemObjNativeAllocLow: Exception Code %#x\n", rcNt)); 299 301 /* nothing */ 300 302 } … … 688 690 __except(EXCEPTION_EXECUTE_HANDLER) 689 691 { 692 NTSTATUS rcNt = GetExceptionCode(); 693 Log(("rtR0MemObjNtMap: Exception Code %#x\n", rcNt)); 694 690 695 /* nothing */ 691 696 rc = VERR_MAP_FAILED;
Note:
See TracChangeset
for help on using the changeset viewer.