From b158b113f5b780cbe8d8f974345bf4462e318c69 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 13 Oct 2025 22:38:15 +0200 Subject: Apply suggestions as found by nasm MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- src/1.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/1.s b/src/1.s index 28cd933..2441079 100644 --- a/src/1.s +++ b/src/1.s @@ -58,7 +58,7 @@ ;; $08-$09 is a 16-bit number that accumulates the value being computed by ;; this program. - m_sum = $08 + m_sum = $08 ; asan:reserve $02 ;; Zeroes out all variables and sets the base address for the data on ;; `m_address`. -- cgit v1.2.3