From: Alan Cox Date: Sat, 5 Jan 2019 22:25:33 +0000 (+0000) Subject: sc114: Fix sc108 handling on execve X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=46d63331475cfce8aedce54f4990a91105bac176;p=FUZIX.git sc114: Fix sc108 handling on execve --- diff --git a/Kernel/platform-sc114/sc114.s b/Kernel/platform-sc114/sc114.s index e06981a3..1f2ddee5 100644 --- a/Kernel/platform-sc114/sc114.s +++ b/Kernel/platform-sc114/sc114.s @@ -239,13 +239,12 @@ rst10: nop nop rst18: ; execve entry to user space - ld a,#0x01 + ld a,#0x81 + out (0x38),a + rlca out (0x30),a ei - jp (hl) - nop - nop -rst20: ret +rst20: jp (hl) nop nop nop