diff options
Diffstat (limited to 'src/usr/errl/parser')
-rwxr-xr-x | src/usr/errl/parser/genErrlParsers.pl | 4 | ||||
-rw-r--r-- | src/usr/errl/parser/makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/errl/parser/genErrlParsers.pl b/src/usr/errl/parser/genErrlParsers.pl index 19be84266..2ae0282e5 100755 --- a/src/usr/errl/parser/genErrlParsers.pl +++ b/src/usr/errl/parser/genErrlParsers.pl @@ -996,9 +996,9 @@ close(SUBSYSTEM_TYPES_FILE); # Generate a list of all possible SRCs and their descriptions # ------------------------------------------------------------------ open(OFILE, ">", $srcFileName) or die ("Cannot open: $srcFileName: $!"); -foreach my $sub (sort keys %subsysList) +foreach my $rcVal (sort keys %srcList) { - foreach my $rcVal (sort keys %srcList) + foreach my $sub (sort keys %subsysList) { my $src = "BC$sub$rcVal"; print OFILE "//////////////////////////////////////////////////////\n"; diff --git a/src/usr/errl/parser/makefile b/src/usr/errl/parser/makefile index 905e4e6fd..8db2fc0fc 100644 --- a/src/usr/errl/parser/makefile +++ b/src/usr/errl/parser/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2016 +# Contributors Listed Below - COPYRIGHT 2011,2019 # [+] Google Inc. # [+] International Business Machines Corp. # |