fixed a number of bugs related to stack frame interpretation

This commit is contained in:
ParkerTenBroeck 2025-04-30 10:36:47 -04:00
parent 0ad439c4d6
commit d4771ef4e0
9 changed files with 52 additions and 52 deletions

View file

@ -57,7 +57,7 @@ public class Main implements Runnable {
}
void await(){
new Jokio().blocking(Examples.forever(null));
new Jokio().blocking(Examples.test());
}