rename to BR_ON_EXN

This commit is contained in:
Volker Berlin 2019-02-23 18:35:27 +01:00
parent 3e365d718a
commit 4c3c0501d2

View File

@ -53,7 +53,7 @@ interface InstructionOpcodes {
static final int RETHROW = 0x09;
static final int CATCHALL = 0x0A;
static final int BR_ON_EXN = 0x0A;
static final int END = 0x0B;