From 5396e24cba8390ca2d70d99c7e8772eee4ec3a11 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Tue, 18 May 2021 13:01:59 -0700 Subject: . --- html/linux/print-file.mu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/linux/print-file.mu.html') diff --git a/html/linux/print-file.mu.html b/html/linux/print-file.mu.html index e0af2261..34cb9c14 100644 --- a/html/linux/print-file.mu.html +++ b/html/linux/print-file.mu.html @@ -80,7 +80,7 @@ if ('onhashchange' in window) { 22 var in: (handle buffered-file) 23 { 24 var addr-in/eax: (addr handle buffered-file) <- address in -25 open *filename, 0/read-only, addr-in +25 open *filename, 0/read-only, addr-in 26 } 27 var _in-addr/eax: (addr buffered-file) <- lookup in 28 var in-addr/ecx: (addr buffered-file) <- copy _in-addr -- cgit 1.4.1-2-gfad0 71a27f462514f'>commit diff stats
path: root/example1.mu
blob: aebf22ba75026cf1bda75529f481d411eff4ed69 (plain) (blame)
1
2
3
4
5