Skip to content

Commit 2cd7f0b

Browse files
committed
PIE update
1 parent 87235c9 commit 2cd7f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pie/pie/5 Plugins/Handling plugins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For this we need 2 keywords: `require` and `run`, plus a `module` variable type
3737
}
3838
},
3939
```
40-
Note that program execution halts while the load is happening and resumes once it has completed.
40+
Note that the final `return 0` causes program execution to halt while the load is happening. The `program.run(command.pc + 1)` in the callback function resumes execution once the load has completed.
4141

4242
The `program.require() function used by `run(program)` looks like this:
4343
```

0 commit comments

Comments
 (0)