mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +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