VirtualBox

Changeset 103655 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Mar 4, 2024 8:14:27 AM (13 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
162015
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.

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