summaryrefslogtreecommitdiffstats
path: root/tpu.h
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-12-25 01:56:01 +0100
committerLouis Burda <quent.burda@gmail.com>2023-12-25 01:56:01 +0100
commitf2ada47e6be185cc31c475c996c4ccf6735f7bb0 (patch)
treef39aa55ab0585c376d608dad922efe71f9d640a2 /tpu.h
parent5ff5bb25cc864e7fa06aa8fed0c4ec92e99f103a (diff)
downloadtis100-f2ada47e6be185cc31c475c996c4ccf6735f7bb0.tar.gz
tis100-f2ada47e6be185cc31c475c996c4ccf6735f7bb0.zip
fixup! Make mode/state behaviour compatible with game
Diffstat (limited to 'tpu.h')
-rw-r--r--tpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpu.h b/tpu.h
index d34c2c7..8e42c90 100644
--- a/tpu.h
+++ b/tpu.h
@@ -131,7 +131,7 @@ struct tis {
struct tis_stats {
size_t steps;
- size_t blocks;
+ size_t nodes;
size_t insts;
float idle;
};