From e885ec7aec1cda07a57242a4d93ee08dda37ba39 Mon Sep 17 00:00:00 2001 From: Stewart Brodie <sbrodie@gitlab.riscosopen.org> Date: Tue, 17 Oct 2000 08:44:49 +0000 Subject: [PATCH] Fixed an EXITS that should be an EXIT. Detail: An EXITS without EntryS was used in a conditional block. It does not need to be EXITS. Admin: Only affects STB builds. Tested in 32-bit Lazarus build. Version 5.37. Tagged as 'Kernel-5_37' --- VersionASM | 14 +++++++------- VersionNum | 20 ++++++++++---------- s/vdu/vdudriver | 2 +- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/VersionASM b/VersionASM index edc5fc0..c3964bf 100644 --- a/VersionASM +++ b/VersionASM @@ -9,12 +9,12 @@ GBLS Module_ApplicationDate2 GBLS Module_ApplicationDate4 GBLS Module_HelpVersion -Module_MajorVersion SETS "5.36" -Module_Version SETA 536 +Module_MajorVersion SETS "5.37" +Module_Version SETA 537 Module_MinorVersion SETS "" -Module_Date SETS "10 Oct 2000" -Module_ApplicationDate2 SETS "10-Oct-00" -Module_ApplicationDate4 SETS "10-Oct-2000" -Module_FullVersion SETS "5.36" -Module_HelpVersion SETS "5.36 (10 Oct 2000)" +Module_Date SETS "17 Oct 2000" +Module_ApplicationDate2 SETS "17-Oct-00" +Module_ApplicationDate4 SETS "17-Oct-2000" +Module_FullVersion SETS "5.37" +Module_HelpVersion SETS "5.37 (17 Oct 2000)" END diff --git a/VersionNum b/VersionNum index 5740ea5..5911101 100644 --- a/VersionNum +++ b/VersionNum @@ -1,19 +1,19 @@ -/* (5.36) +/* (5.37) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 5.36 +#define Module_MajorVersion_CMHG 5.37 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 10 Oct 2000 +#define Module_Date_CMHG 17 Oct 2000 -#define Module_MajorVersion "5.36" -#define Module_Version 536 +#define Module_MajorVersion "5.37" +#define Module_Version 537 #define Module_MinorVersion "" -#define Module_Date "10 Oct 2000" +#define Module_Date "17 Oct 2000" -#define Module_ApplicationDate2 "10-Oct-00" -#define Module_ApplicationDate4 "10-Oct-2000" +#define Module_ApplicationDate2 "17-Oct-00" +#define Module_ApplicationDate4 "17-Oct-2000" -#define Module_FullVersion "5.36" -#define Module_HelpVersion "5.36 (10 Oct 2000)" +#define Module_FullVersion "5.37" +#define Module_HelpVersion "5.37 (17 Oct 2000)" diff --git a/s/vdu/vdudriver b/s/vdu/vdudriver index d39ed26..f668bd0 100644 --- a/s/vdu/vdudriver +++ b/s/vdu/vdudriver @@ -2597,7 +2597,7 @@ svc_PortMan MOVEQ R0, #3 ; yes: TV_Mode = 1 addr R1, TV_Mode_string SWI XPortMan_AccessBit - EXITS + EXIT ] ; ***************************************************************************** -- GitLab