Skip to content

Commit

Permalink
Merge pull request #16476 from mpirvu/relo-error-msg-fix
Browse files Browse the repository at this point in the history
Fix reloErrorCodeNames mistake
  • Loading branch information
dsouzai committed Dec 15, 2022
2 parents f0fef59 + 186c11d commit 2e42ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/runtime/RelocationRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ char *TR_RelocationRuntime::_reloErrorCodeNames[] =
"unknownRelocation", // 3
"unknownReloAction", // 4
"invalidRelocation", // 5
"exceptionThrown" // 6
"exceptionThrown", // 6

"methodEnterValidationFailure", // 7
"methodExitValidationFailure", // 8
Expand Down

0 comments on commit 2e42ea4

Please sign in to comment.