VirtualBox

Changeset 80566 in vbox


Ignore:
Timestamp:
Sep 3, 2019 1:00:21 PM (5 years ago)
Author:
vboxsync
Message:

gccplugin.so: Added hack for the new %RhXs/d types taking two arguments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/VBoxCompilerPlugInsCommon.cpp

    r76553 r80566  
    420420            }
    421421
     422            case 'R':
     423                if (   pszFmt[0] == 'h'
     424                    && pszFmt[1] == 'X')
     425                {
     426                    VFmtChkRequirePresentArg(pState, pszPct, iArg, "Expected argument");
     427                    iArg++;
     428                }
     429                RT_FALL_THROUGH();
     430
    422431            default:
    423432                VFmtChkRequirePresentArg(pState, pszPct, iArg, "Expected argument");
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