From a9b4450380e5a1b53241df0b5bd6e97c67351a27 Mon Sep 17 00:00:00 2001 From: mpabi Date: Thu, 13 Mar 2025 11:29:17 +0000 Subject: [PATCH] u --- counter.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/counter.S b/counter.S index 21c1a58..a9d6fe6 100644 --- a/counter.S +++ b/counter.S @@ -31,7 +31,7 @@ read_str: sb s10, 0(s2) # Store updated counter back to out 1: - + addi s0, s0, 1 j iteruj_match # Jump back to start of inner loop done_match: