VirtualBox

Ignore:
Timestamp:
May 4, 2017 9:52:50 AM (8 years ago)
Author:
vboxsync
Message:

gccplugin: crash fix attempt

File:
1 edited

Legend:

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

    r66776 r66777  
    603603                            State.fMaybeNull ? "_maybe_null" : "", State.iFmt, State.iArgs);
    604604
    605                     unsigned cCallArgs = gimple_call_num_arg(hStmt)
     605                    unsigned cCallArgs = gimple_call_num_args(hStmt);
    606606                    if (cCallArgs > State.iFmt)
    607607                        MyCheckFormatRecursive(&State, gimple_call_arg(hStmt, State.iFmt - 1));
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