diff options
| author | Louis Burda <quent.burda@gmail.com> | 2023-12-25 03:08:10 +0100 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2023-12-25 03:08:10 +0100 |
| commit | ae4a7b241a033627ed136b2ef66922034cfbeae1 (patch) | |
| tree | e8f045d51a36c2f9c24b63d962bcf84baebdc3c9 /tis100.c | |
| parent | f2ada47e6be185cc31c475c996c4ccf6735f7bb0 (diff) | |
| download | tis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.tar.gz tis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.zip | |
Add more fixes for game compatibility
Diffstat (limited to 'tis100.c')
| -rw-r--r-- | tis100.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ main(int argc, const char **argv) printf("=== stats ===\n"); printf(" cycles: %zu\n", stats.steps); printf(" nodes: %zu\n", stats.nodes); - printf(" insts: %zu\n", stats.nodes); + printf(" insts: %zu\n", stats.insts); printf(" idle: %2.1f%%\n", stats.idle * 100); printf("=============\n"); } |
