Changeset 57035 in vbox for trunk/src/bldprogs
- Timestamp:
- Jul 21, 2015 9:51:35 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101753
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bldprogs/VBoxCompilerPlugInsGcc.cpp
r57029 r57035 567 567 tree const hFnDecl = gimple_call_fndecl(hStmt); 568 568 if (hFnDecl) 569 dprintf(" hFnDecl=%p %s(%d) %s type=%p %s:%d\n", hFnDecl, tree_code_name[TREE_CODE(hFnDecl)],570 TREE_CODE(hFnDecl), TREE_TYPE(hFnDecl),569 dprintf(" hFnDecl=%p %s(%d) %s type=%p %s:%d\n", 570 hFnDecl, tree_code_name[TREE_CODE(hFnDecl)], TREE_CODE(hFnDecl), 571 571 DECL_NAME(hFnDecl) ? IDENTIFIER_POINTER(DECL_NAME(hFnDecl)) : "<unamed>", 572 DECL_SOURCE_FILE(hFnDecl), DECL_SOURCE_LINE(hFnDecl));572 TREE_TYPE(hFnDecl), DECL_SOURCE_FILE(hFnDecl), DECL_SOURCE_LINE(hFnDecl)); 573 573 #endif 574 574 tree const hFnType = gimple_call_fntype(hStmt);
Note:
See TracChangeset
for help on using the changeset viewer.