Changeset 66778 in vbox for trunk/src/bldprogs
- Timestamp:
- May 4, 2017 9:54:00 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 115190
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsGcc.cpp
r66777 r66778 566 566 DECL_NAME(hFn) ? IDENTIFIER_POINTER(DECL_NAME(hFn)) : "<unamed>", 567 567 DECL_SOURCE_FILE(hFn), DECL_SOURCE_LINE(hFn)); 568 #endif 568 569 tree const hFnDecl = gimple_call_fndecl(hStmt); 569 570 if (hFnDecl) … … 572 573 DECL_NAME(hFnDecl) ? IDENTIFIER_POINTER(DECL_NAME(hFnDecl)) : "<unamed>", 573 574 TREE_TYPE(hFnDecl), DECL_SOURCE_FILE(hFnDecl), DECL_SOURCE_LINE(hFnDecl)); 574 #endif575 575 tree const hFnType = gimple_call_fntype(hStmt); 576 576 if (hFnType == NULL_TREE)
Note:
See TracChangeset
for help on using the changeset viewer.