Skip to content

Commit

Permalink
(WIP) fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 19, 2021
1 parent 25cdae7 commit 66f6591
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -87,6 +87,9 @@ boolean match(final AbstractInsnNode start,
break;
}
nextIs(Opcodes.GOTO);
if (cursor == null) {
return false;
}
if (((JumpInsnNode) cursor).label != secondSwitchLabel) {
return false;
}
Expand Down

0 comments on commit 66f6591

Please sign in to comment.