From 11a14a51743d363221c99e1917a27140be82e031 Mon Sep 17 00:00:00 2001 From: Dale Schumacher Date: Sun, 5 Jan 2025 14:50:14 -0700 Subject: [PATCH] fix dependency in `serial.asm` --- lib/serial.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/serial.asm b/lib/serial.asm index ed9efb69..0f6f6ab9 100644 --- a/lib/serial.asm +++ b/lib/serial.asm @@ -142,7 +142,7 @@ counter_init: ; value <- msg counter_svc: ; cell <- (cust . change) push #? ; #? actor self ; #? SELF - push cell.read_tag ; #? SELF #read + push cell.read_op ; #? SELF #read pair 2 ; (#read SELF . #?) state 0 ; (#read SELF . #?) cell actor send ; -- @@ -161,7 +161,7 @@ counter_k1: ; (cell cust . change) <- count dup 1 ; count' count' actor self ; count' count' SELF - push cell.write_tag ; count' count' SELF #write + push cell.write_op ; count' count' SELF #write pair 2 ; count' (#write SELF . count') state 1 ; count' (#write SELF . count') cell actor send ; count'