From f45e4443a043c7e9f2d60eae74d3946c4c2da2f8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 29 Mar 2018 15:57:13 +0100 Subject: [PATCH] msx2: update to scheduler change --- Kernel/platform-msx2/tricks.s | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Kernel/platform-msx2/tricks.s b/Kernel/platform-msx2/tricks.s index 8ff22a35..c8760376 100644 --- a/Kernel/platform-msx2/tricks.s +++ b/Kernel/platform-msx2/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 @@ -38,9 +38,8 @@ _ramtop: ; from switchout(). ; ; This function can have no arguments or auto variables. -_switchout: +_platform_switchout: di - call _chksigs ; save machine state ld hl, #0 ; return code set here is ignored, but _switchin can -- 2.34.1