summaryrefslogtreecommitdiffstats
path: root/tis100.c
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-12-25 03:08:10 +0100
committerLouis Burda <quent.burda@gmail.com>2023-12-25 03:08:10 +0100
commitae4a7b241a033627ed136b2ef66922034cfbeae1 (patch)
treee8f045d51a36c2f9c24b63d962bcf84baebdc3c9 /tis100.c
parentf2ada47e6be185cc31c475c996c4ccf6735f7bb0 (diff)
downloadtis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.tar.gz
tis100-ae4a7b241a033627ed136b2ef66922034cfbeae1.zip
Add more fixes for game compatibility
Diffstat (limited to 'tis100.c')
-rw-r--r--tis100.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tis100.c b/tis100.c
index ce2cb75..f44ee9d 100644
--- a/tis100.c
+++ b/tis100.c
@@ -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");
}