From bd9646563ad83acc21b0cd2e78d2153e4c85a860 Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Sat, 1 Oct 2016 21:50:59 -0400 Subject: [PATCH] Fix bug in preserve other function --- stage1/M0-macro.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage1/M0-macro.s b/stage1/M0-macro.s index 262252f..21bd6c0 100644 --- a/stage1/M0-macro.s +++ b/stage1/M0-macro.s @@ -712,7 +712,7 @@ LOAD32 R1 R0 8 ; Load Text pointer JUMP.NZ R2 @Preserve_Other_1 ; Don't do anything if Expression is set JUMP.NZ R3 @Preserve_Other_1 ; Don't do anything if Typed - STORE32 R3 R0 12 ; Set Expression pointer to Text pointer + STORE32 R1 R0 12 ; Set Expression pointer to Text pointer ;; Loop through nodes :Preserve_Other_1