From: Alan Cox Date: Thu, 29 Mar 2018 17:23:18 +0000 (+0100) Subject: msx1: update to platform_ version X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d39b81fc0d77263bcf1edb732126ae63947bfcd5;p=FUZIX.git msx1: update to platform_ version --- 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