fix READ-STREAM-LINE
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 13 Jun 2021 04:01:47 +0000 (14:01 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sun, 13 Jun 2021 04:01:47 +0000 (14:01 +1000)
stdio.asm

index 47a6302698178d6aa3ad1d41126d1c99a0475a36..45a25f6f5dcc1d769ed5c260e4ffac4ed56008c6 100644 (file)
--- a/stdio.asm
+++ b/stdio.asm
@@ -165,7 +165,7 @@ p_read_stream_line_loop:
        BRANCH ,p_read_stream_line_loop
 p_read_stream_line_done:
        dq p_drop, p_literal,0, p_over, p_Cput
-       dq p_pad, p_minus, p_return
+       dq p_pad, p_minus, p_Rgt, p_drop, p_return
 
        
 ;;; ========================================