VirtualBox

Changeset 48 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jan 15, 2007 6:29:24 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17477
Message:

amd64 compile fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMLdr.cpp

    r23 r48  
    617617            {
    618618                if (pszSymbol < (const char*)(void*)0x10000)
    619                     AssertMsg(rc, ("Couldn't symbol '%u' in module '%s'\n", (unsigned)pszSymbol, pszModule));
     619                    AssertMsg(rc, ("Couldn't symbol '%u' in module '%s'\n", (unsigned)(uintptr_t)pszSymbol, pszModule));
    620620                else
    621621                    AssertMsg(rc, ("Couldn't symbol '%s' in module '%s'\n", pszSymbol, pszModule));
     
    761761            {
    762762                if (pszSymbol < (const char*)(void*)0x10000)
    763                     AssertMsg(rc, ("Couldn't symbol '%u' in module '%s'\n", (unsigned)pszSymbol, pszModule));
     763                    AssertMsg(rc, ("Couldn't symbol '%u' in module '%s'\n", (unsigned)(uintptr_t)pszSymbol, pszModule));
    764764                else
    765765                    AssertMsg(rc, ("Couldn't symbol '%s' in module '%s'\n", pszSymbol, pszModule));
Note: See TracChangeset for help on using the changeset viewer.

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