diff options
Diffstat (limited to 'src/usr/hwpf/ifcompiler/initCompiler.C')
-rwxr-xr-x | src/usr/hwpf/ifcompiler/initCompiler.C | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/hwpf/ifcompiler/initCompiler.C b/src/usr/hwpf/ifcompiler/initCompiler.C index ad17c3a19..cef35fc5f 100755 --- a/src/usr/hwpf/ifcompiler/initCompiler.C +++ b/src/usr/hwpf/ifcompiler/initCompiler.C @@ -5,7 +5,9 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* COPYRIGHT International Business Machines Corp. 2010,2014 */ +/* Contributors Listed Below - COPYRIGHT 2011,2014 */ +/* [+] International Business Machines Corp. */ +/* */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ @@ -157,7 +159,6 @@ int main(int narg, char ** argv) } //cout << dbg << std::endl; printf("Generate Listing\n"); - // This builds a listing from the compiled binary sequence yyscomlist->listing(bin_seq, parsed.listing_ostream()); yyscomlist->attr_listing(bin_seq, parsed.attr_listing_ostream()); |