From 46d63331475cfce8aedce54f4990a91105bac176 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 5 Jan 2019 22:25:33 +0000 Subject: [PATCH] sc114: Fix sc108 handling on execve --- Kernel/platform-sc114/sc114.s | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.34.1