aboutsummaryrefslogtreecommitdiffstats
path: root/x86/main.c
diff options
context:
space:
mode:
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;