8080: fix uget return
authorAlan Cox <alan@linux.intel.com>
Fri, 15 Feb 2019 01:04:57 +0000 (01:04 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 15 Feb 2019 01:04:57 +0000 (01:04 +0000)
This fixes the lseek bug and possibly others too

Kernel/usermem_std-8080.s

index 7ad0f6f..b52c670 100644 (file)
@@ -111,6 +111,7 @@ ugetcopy:
        jnz ugetcopy
 nowork:
        pop b
+       lxi d,0
        ret
 
 .define __uput