summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--string.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/string.asm b/string.asm
index ea197d2..cd5d1bc 100644
--- a/string.asm
+++ b/string.asm
@@ -223,6 +223,7 @@ strtok:
jmp .strtok_record_token ; process final address
.strtok_return:
+ add sp, 2
mov ax, dx ; return record count
pop si
pop di