mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
C: fix coroutine generation
This commit is contained in:
parent
00ca2c1064
commit
b72e4f01e2
|
@ -117,6 +117,7 @@ public class CoroutineTransformation {
|
|||
processBlock(program.basicBlockAt(i));
|
||||
}
|
||||
splitter.fixProgram();
|
||||
new PhiUpdater().updatePhis(program, methodReference.parameterCount() + 1);
|
||||
processIrreducibleCfg();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user