VirtualBox

Changeset 103655 in vbox


Ignore:
Timestamp:
Mar 4, 2024 8:14:27 AM (12 months ago)
Author:
vboxsync
Message:

ValKit/bootsectors: Basic sketch of a asm obj -> C header file converter. [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/VBoxBs3Obj2Hdr.cpp

    r103654 r103655  
    330330        {
    331331            /* Make sure we've got an output file. */
    332             if (!pOutput || strcmp(pszOutput, "-") == 0)
     332            if (!pszOutput || strcmp(pszOutput, "-") == 0)
    333333                pOutput = stdout;
    334334            else
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