usermem-z80: return 0
authorAlan Cox <alan@etchedpixels.co.uk>
Sat, 15 Nov 2014 13:57:04 +0000 (13:57 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Sat, 15 Nov 2014 13:57:04 +0000 (13:57 +0000)
Kernel/usermem_std-z80.s

index 4d6e921..73b90e4 100644 (file)
@@ -118,6 +118,7 @@ uput_l:     ld a, (hl)
 
 uput_out:
        pop ix
+       ld hl, #0
        ret