From cc356b35bf183823f6c78c9b9f3b5eeddfd5614c Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Wed, 4 Nov 2020 22:58:13 -0800 Subject: 7180 More bugfixes, now all apps are working. In the process of fixing the bugs in translating apps/browse, I found a typo in apps/tile that just happened to accidentally be compiling fine. --- apps/tile/environment.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tile/environment.mu') diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu index 3105ed89..a4b7580f 100644 --- a/apps/tile/environment.mu +++ b/apps/tile/environment.mu @@ -814,7 +814,7 @@ fn bound-function? w: (addr word), functions-ah: (addr handle function) -> _/ebx } fn arg-exists? _f-ah: (addr handle function), arg: (addr word) -> _/ebx: boolean { - var f-ah/eax: (addr handle function) <- copy *_f-ah + var f-ah/eax: (addr handle function) <- copy _f-ah var f/eax: (addr function) <- lookup *f-ah var args-ah/eax: (addr handle word) <- get f, args var result/ebx: boolean <- word-exists? args-ah, arg -- cgit 1.4.1-2-gfad0