VirtualBox

vbox的更動 66351 路徑 trunk/src/VBox/HostDrivers


忽略:
時間撮記:
2017-3-30 上午08:32:12 (8 年 以前)
作者:
vboxsync
訊息:

SUP: Logging fix.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette