Skip to content

Commit

Permalink
Merge pull request #16491 from mpirvu/relomsg-0.36.0
Browse files Browse the repository at this point in the history
Fix reloErrorCodeNames mistake (0.36.0)
  • Loading branch information
pshipton committed Dec 19, 2022
2 parents 27ccf8f + 1c1da0c commit 5a2c90b
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 5a2c90b

Please sign in to comment.