VirtualBox

Changeset 69650 in vbox for trunk


Ignore:
Timestamp:
Nov 10, 2017 5:59:11 PM (7 years ago)
Author:
vboxsync
Message:

dbgkrnlinfo-r0drv-darwin.cpp: build fixes

File:
1 edited

Legend:

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

    r69648 r69650  
    672672                            || pSym->n_sect > pThis->cSections) )
    673673                    {
    674                         printf("RTR0DbgKrnlInfoOpen: %s: Abs symbol #%u '%s' problem: n_sect (%u) is not MACHO_NO_SECT\n",
    675                                pszKernelFile, iSym, pszSym);
     674                        printf("RTR0DbgKrnlInfoOpen: %s: Abs symbol #%u '%s' problem: n_sect (%u) is not MACHO_NO_SECT (cSections is %u)\n",
     675                               pszKernelFile, iSym, pszSym, pSym->n_sect, pThis->cSections);
    676676                        RETURN_VERR_BAD_EXE_FORMAT;
    677677                    }
     
    11521152        { "/mach_kernel", VERR_WRONG_ORDER },
    11531153    };
    1154     int rc;
     1154    int rc = VERR_WRONG_ORDER; /* shut up stupid MSC */
    11551155    for (uint32_t i = 0; i < RT_ELEMENTS(aKernels); i++)
    11561156    {
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