Updated exception table generation: support new exception table in non-local returns
This commit is contained in:
@@ -26,7 +26,17 @@ public class InlineMarker {
|
||||
|
||||
}
|
||||
|
||||
//TODO: remove on ABI increment, kept only for compability
|
||||
@Deprecated
|
||||
public static void goToTryCatchBlockEnd() {
|
||||
|
||||
}
|
||||
|
||||
public static void finallyStart(int finallyDeep) {
|
||||
|
||||
}
|
||||
|
||||
public static void finallyEnd(int finallyDeep) {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user