VirtualBox

Changeset 66351 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Mar 30, 2017 8:32:12 AM (8 years ago)
Author:
vboxsync
Message:

SUP: Logging fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyProcess-win.cpp

    r64737 r66351  
    17581758            cXpExceptions++;
    17591759            SUP_DPRINTF(("  %p-%p %#06x/%#06x %#09x  XP CSRSS read-only region\n", MemInfo.BaseAddress,
    1760                          (uintptr_t)MemInfo.BaseAddress - MemInfo.RegionSize - 1, MemInfo.Protect,
     1760                         (uintptr_t)MemInfo.BaseAddress + MemInfo.RegionSize - 1, MemInfo.Protect,
    17611761                         MemInfo.AllocationProtect, MemInfo.Type));
    17621762        }
     
    17701770                         ? " *%p-%p %#06x/%#06x %#09x !!\n"
    17711771                         : "  %p-%p %#06x/%#06x %#09x !!\n",
    1772                          MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress - MemInfo.RegionSize - 1,
     1772                         MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress + MemInfo.RegionSize - 1,
    17731773                         MemInfo.Protect, MemInfo.AllocationProtect, MemInfo.Type));
    17741774# ifdef IN_RING3
     
    18281828                         ? " *%p-%p %#06x/%#06x %#09x\n"
    18291829                         : "  %p-%p %#06x/%#06x %#09x\n",
    1830                          MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress - MemInfo.RegionSize - 1,
     1830                         MemInfo.BaseAddress, (uintptr_t)MemInfo.BaseAddress + MemInfo.RegionSize - 1,
    18311831                         MemInfo.Protect, MemInfo.AllocationProtect, MemInfo.Type));
    18321832
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