From: Alan Cox Date: Sat, 23 Sep 2017 17:18:56 +0000 (+0100) Subject: 6502: fix a bug in ugets() X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9695eec2c425b1db68e4cef8c2e0a02b0343d296;p=FUZIX.git 6502: fix a bug in ugets() Fortunately we never hit this in current uses --- diff --git a/Kernel/usermem_std-6502.s b/Kernel/usermem_std-6502.s index c957ab16..c360a88b 100644 --- a/Kernel/usermem_std-6502.s +++ b/Kernel/usermem_std-6502.s @@ -89,7 +89,7 @@ __ugets: sta tmp2 ldy #0 ; counter ldx tmp2+1 ; how many 256 byte blocks - beq __uget_tail ; if none skip to the tail + beq __ugets_tail ; if none skip to the tail __ugets_blk: jsr map_process_always ; map the user process in