VirtualBox

Changeset 82809 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 21, 2020 1:52:57 AM (5 years ago)
Author:
vboxsync
Message:

IPRT/dbgkrnlinfo-r0drv-darwin.cpp: build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/dbgkrnlinfo-r0drv-darwin.cpp

    r82806 r82809  
    10821082    LOG_SUCCESS("RTR0DbgKrnlInfoOpen: Found: %#zx + %#zx - %s\n", pThis->uTextSegLinkAddr, pThis->offLoad, pszKernelFile);
    10831083#else
    1084     LOG_SUCCESS("RTR0DbgKrnlInfoOpen: Found: %s\n", pThis->uTextSegLinkAddr, pThis->offLoad, pszKernelFile);
     1084    LOG_SUCCESS("RTR0DbgKrnlInfoOpen: Found: %s\n", pszKernelFile);
    10851085#endif
    10861086    LOG_SUCCESS("RTR0DbgKrnlInfoOpen: SDK version: %u.%u.%u  MinOS version: %u.%u.%u  Source version: %u.%u.%u.%u.%u\n",
     
    11661166    uintptr_t const uStartAddress = uAddress;
    11671167    intptr_t        cPages        = RT_ALIGN_Z(cb + (uAddress & PAGE_OFFSET_MASK), PAGE_SIZE);
     1168    RT_NOREF(uStartAddress, pszWhat, pHdr);
    11681169    for (;;)
    11691170    {
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