From d39b81fc0d77263bcf1edb732126ae63947bfcd5 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 29 Mar 2018 18:23:18 +0100 Subject: [PATCH] msx1: update to platform_ version --- Kernel/platform-msx1/tricks.s | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Kernel/platform-msx1/tricks.s b/Kernel/platform-msx1/tricks.s index c064944c..1269ac32 100644 --- a/Kernel/platform-msx1/tricks.s +++ b/Kernel/platform-msx1/tricks.s @@ -8,7 +8,7 @@ .globl _getproc .globl _trap_monitor .globl trap_illegal - .globl _switchout + .globl _platform_switchout .globl _switchin .globl _doexec .globl _dofork @@ -40,9 +40,7 @@ _ramtop: ; from switchout(). ; ; This function can have no arguments or auto variables. -_switchout: - di - call _chksigs +_platform_switchout: ; save machine state ld hl, #0 ; return code set here is ignored, but _switchin can -- 2.34.1