From 6c7f7abdb867084f1e7555105cfa140eae4f6372 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 29 Jun 2020 19:16:36 -0700 Subject: 6600 --- prototypes/browse/1-print-file.mu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototypes/browse/1-print-file.mu') diff --git a/prototypes/browse/1-print-file.mu b/prototypes/browse/1-print-file.mu index ea441572..58e65171 100644 --- a/prototypes/browse/1-print-file.mu +++ b/prototypes/browse/1-print-file.mu @@ -26,7 +26,7 @@ fn dump in: (addr buffered-file) { var c/eax: byte <- read-byte-buffered in compare c, 0xffffffff # EOF marker break-if-= - print-byte c + print-byte-to-screen c loop } } -- cgit 1.4.1-2-gfad0