aboutsummaryrefslogtreecommitdiffstats
path: root/x86/main.c
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-28 21:22:07 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-28 21:22:07 -0500
commiteee0de87ec02373828593e020df9247b50afacc8 (patch)
tree4950b0e6e3039e777c70341737e8beabe5520043 /x86/main.c
parentc925f5620584e62e5af553bb96978d2c474196e0 (diff)
add many more wordsHEADmain
Diffstat (limited to 'x86/main.c')
-rw-r--r--x86/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/x86/main.c b/x86/main.c
index fe4692a..4cd4092 100644
--- a/x86/main.c
+++ b/x86/main.c
@@ -30,7 +30,7 @@ int main()
for (;;) {
interpret();
- printf(compiling() ? "compiled <%d>\n" : "ok <%d>\n", depth());
+ printf(compiling() ? "compiled <%d>\n" : "ok <%d>\n", foci_depth());
}
return 0;