mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-03 05:44:10 -08:00
Fix compiler crash when can't find referring declarations
This commit is contained in:
parent
eea573072d
commit
880529dbe2
|
@ -91,6 +91,7 @@ public class MissingItemsProcessor {
|
|||
instruction.getNext().delete();
|
||||
}
|
||||
instruction.insertNextAll(instructionsToAdd);
|
||||
instruction.delete();
|
||||
}
|
||||
|
||||
private void emitExceptionThrow(TextLocation location, String exceptionName, String text) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user