From 7eb815210849f02b52f8c803851341f39aa570db Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Wed, 24 Feb 2021 23:03:31 -0800 Subject: 7802 Better tracing of the tokenization phase. --- baremetal/400.mu | 1 + 1 file changed, 1 insertion(+) (limited to 'baremetal/400.mu') diff --git a/baremetal/400.mu b/baremetal/400.mu index 51730e0c..9d0c095f 100644 --- a/baremetal/400.mu +++ b/baremetal/400.mu @@ -24,6 +24,7 @@ sig check-stream-equal f: (addr stream byte), s: (addr array byte), msg: (addr a sig next-stream-line-equal? f: (addr stream byte), s: (addr array byte) -> _/eax: boolean sig check-next-stream-line-equal f: (addr stream byte), s: (addr array byte), msg: (addr array byte) sig write f: (addr stream byte), s: (addr array byte) +sig write-stream f: (addr stream byte), s: (addr stream byte) sig read-byte s: (addr stream byte) -> _/eax: byte sig append-byte f: (addr stream byte), n: int #sig to-hex-char in/eax: int -> out/eax: int -- cgit 1.4.1-2-gfad0