From a54c6f2ee7bff0c7d459c4a3cede660ed02a5072 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 6 May 2021 15:46:54 -0700 Subject: belatedly migrate stale example definitions Also bare-bones syntax highlighting for .limg files. Doesn't work when .limg file is first file opened with Vim. --- shell/print.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/print.mu') diff --git a/shell/print.mu b/shell/print.mu index fce0490a..542c59a4 100644 --- a/shell/print.mu +++ b/shell/print.mu @@ -83,7 +83,7 @@ fn print-cell _in: (addr handle cell), out: (addr stream byte), trace: (addr tra # debug helper fn dump-cell-at-top-right in-ah: (addr handle cell) { - var stream-storage: (stream byte 0x200) + var stream-storage: (stream byte 0x1000) var stream/edx: (addr stream byte) <- address stream-storage print-cell in-ah, stream, 0/no-trace var d1/eax: int <- copy 0 -- cgit 1.4.1-2-gfad0