VirtualBox

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


Ignore:
Timestamp:
Oct 10, 2014 2:01:06 AM (10 years ago)
Author:
vboxsync
Message:

SUP: corrected log message.

File:
1 edited

Legend:

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

    r53017 r53018  
    14931493                if (MemInfo.Type == MEM_PRIVATE)
    14941494                {
    1495                     SUP_DPRINTF(("supHardNtVpScanVirtualMemory: Freeing exec mem at %p (%p LB %#zx)\n",
     1495                    SUP_DPRINTF((pThis->fFlags & SUPHARDNTVP_F_EXEC_ALLOC_REPLACE_WITH_ZERO
     1496                                 ? "supHardNtVpScanVirtualMemory: Replacing exec mem at %p (%p LB %#zx)\n"
     1497                                 : "supHardNtVpScanVirtualMemory: Freeing exec mem at %p (%p LB %#zx)\n",
    14961498                                 uPtrWhere, MemInfo.BaseAddress, MemInfo.RegionSize));
    14971499                    PVOID   pvFree = MemInfo.BaseAddress;
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