mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 16:14:10 -08:00
C: fix bugs in exception handling lowerer
This commit is contained in:
parent
f264865cc1
commit
cdcaa8947c
|
@ -417,8 +417,6 @@ public class ExceptionHandlingShadowStackContributor {
|
||||||
incomingCopy.setValue(incoming.getValue());
|
incomingCopy.setValue(incoming.getValue());
|
||||||
additionalIncomings.add(incomingCopy);
|
additionalIncomings.add(incomingCopy);
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
phi.getIncomings().remove(i--);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user