VirtualBox

Ignore:
Timestamp:
May 30, 2012 8:05:12 PM (13 years ago)
Author:
vboxsync
Message:

...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp

    r41508 r41509  
    10351035static RTEXITCODE ParseSymFile(const char *pszBiosSym)
    10361036{
     1037#if 1
    10371038    /** @todo use RTDbg* later. (Just checking for existance currently.) */
    10381039    PRTSTREAM hStrm;
     
    10411042        return RTMsgErrorExit(RTEXITCODE_FAILURE, "Error opening '%s': %Rrc", pszBiosSym, rc);
    10421043    RTStrmClose(hStrm);
     1044#else
     1045    RTDBGMOD hDbgMod;
     1046    int rc = RTDbgModCreateFromImage(&hDbgMod, pszBiosSym, "VBoxBios", 0 /*fFlags*/);
     1047    RTMsgInfo("RTDbgModCreateFromImage -> %Rrc\n", rc);
     1048#endif
    10431049    return RTEXITCODE_SUCCESS;
    10441050}
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