Fix bug in preserve other function

This commit is contained in:
Jeremiah Orians 2016-10-01 21:50:59 -04:00
parent e70017f8d1
commit bd9646563a
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
1 changed files with 1 additions and 1 deletions

View File

@ -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