Issue #1244 Allow to compile back Unknown instructions

This commit is contained in:
honfika@gmail.com
2016-05-29 10:00:33 +02:00
parent d000457330
commit 81c3df016d
6 changed files with 118 additions and 108 deletions

View File

@@ -307,9 +307,9 @@ public class ASMSourceEditorPane extends DebuggableEditorPane implements CaretLi
} catch (IOException ex) {
} catch (InterruptedException ex) {
} catch (AVM2ParseException ex) {
View.showMessageDialog(this, (ex.text + " on line " + ex.line));
gotoLine((int) ex.line);
markError();
View.showMessageDialog(this, (ex.text + " on line " + ex.line));
return false;
}
return true;