about summary refs log tree commit diff stats
path: root/linux/tile/grapheme-stack.mu
diff options
context:
space:
mode:
Diffstat (limited to 'linux/tile/grapheme-stack.mu')
-rw-r--r--linux/tile/grapheme-stack.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/tile/grapheme-stack.mu b/linux/tile/grapheme-stack.mu
index e0d40ecc..0ea59ae5 100644
--- a/linux/tile/grapheme-stack.mu
+++ b/linux/tile/grapheme-stack.mu
@@ -181,7 +181,7 @@ fn grapheme-stack-is-decimal-integer? _self: (addr grapheme-stack) -> _/eax: boo
     compare i, *top-addr
     break-if->=
     var g/edx: (addr grapheme) <- index data, i
-    result <- is-decimal-digit? *g
+    result <- decimal-digit? *g
     compare result, 0/false
     break-if-=
     i <- increment