diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-21 02:46:15 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-21 02:46:15 +0100 |
commit | 671645c370498955eb101695bd9099bf4caf5aea (patch) | |
tree | 119db5228fceaa1e340a2f30017885b5377a2068 /com.c | |
parent | 5298940fc7798455d701d075b910e0545d3f6048 (diff) |
minor optimization
Diffstat (limited to 'com.c')
-rw-r--r-- | com.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ int main() { chunk_wbc(S, &ch, OP_PRINT); chunk_wbc(S, &ch, OP_RET); + puts("compile done"); return runvm(S); } |