From ebb93c6d58ab087c581948acfc054e91a02047f9 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sat, 26 Sep 2020 21:58:47 -0700 Subject: 6870 Emit a stack of not ints but more complex objects containing the int payload. Function calls again segfaulting. --- apps/tile/data.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/tile/data.mu') diff --git a/apps/tile/data.mu b/apps/tile/data.mu index 31c9aa16..9b852a82 100644 --- a/apps/tile/data.mu +++ b/apps/tile/data.mu @@ -48,7 +48,7 @@ type table { type bind { key: (handle array byte) - value: value + value: (handle value) # I'd inline this but we sometimes want to return a specific value from a table } type result { -- cgit 1.4.1-2-gfad0