Skip to content

Commit

Permalink
Fix opened class reader
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 20, 2020
1 parent 2f766ff commit 0c8bc15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class OpenedClassReader {
experimental = false;
}
EXPERIMENTAL = experimental;
ASM_API = experimental ? (1 << 24 | 8 << 16) : Opcodes.ASM7;
ASM_API = Opcodes.ASM7;
}

/**
Expand Down

0 comments on commit 0c8bc15

Please sign in to comment.