Skip to content

Commit

Permalink
Merge pull request #10145 from sharon-wang/addBCEBreak-0.21.0
Browse files Browse the repository at this point in the history
(v0.21.0) Add missing break statement for case BCV_ERR_BYTECODE_ERROR
  • Loading branch information
pshipton authored Jul 10, 2020
2 parents b1dad21 + b29e9c7 commit 84e312f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/verbose/errormessageframeworkrtv.c
Original file line number Diff line number Diff line change
Expand Up @@ -942,6 +942,7 @@ generateJ9RtvExceptionDetails(J9BytecodeVerificationData* verifyData, U_8* initM
break;
case BCV_ERR_BYTECODE_ERROR:
printMessage(&msgBuf, "Error exists in the bytecode.");
break;
default:
Assert_VRB_ShouldNeverHappen();
break;
Expand Down

0 comments on commit 84e312f

Please sign in to comment.