From 22f5141940858233a55730119a38f8098b6a8950 Mon Sep 17 00:00:00 2001 From: Kevin Bracey <kbracey@gitlab.riscosopen.org> Date: Wed, 12 May 1999 15:14:51 +0000 Subject: [PATCH] Fixed typo in OS_Module 21 code. You wouldn't think you could screw up a mere 12 lines of ARM code would you? Version 4.80. Tagged as 'Kernel-4_80' --- VersionASM | 8 ++++---- VersionNum | 14 +++++++------- s/ModHand | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VersionASM b/VersionASM index 4182f3c4..75909ba2 100644 --- a/VersionASM +++ b/VersionASM @@ -6,9 +6,9 @@ GBLS Module_MinorVersion GBLS Module_Date GBLS Module_FullVersion -Module_MajorVersion SETS "4.79" -Module_Version SETA 479 +Module_MajorVersion SETS "4.80" +Module_Version SETA 480 Module_MinorVersion SETS "" -Module_Date SETS "07 May 1999" -Module_FullVersion SETS "4.79" +Module_Date SETS "12 May 1999" +Module_FullVersion SETS "4.80" END diff --git a/VersionNum b/VersionNum index b4e55de9..93d50ef2 100644 --- a/VersionNum +++ b/VersionNum @@ -1,15 +1,15 @@ -/* (4.79) +/* (4.80) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 4.79 +#define Module_MajorVersion_CMHG 4.80 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 07 May 1999 +#define Module_Date_CMHG 12 May 1999 -#define Module_MajorVersion "4.79" -#define Module_Version 479 +#define Module_MajorVersion "4.80" +#define Module_Version 480 #define Module_MinorVersion "" -#define Module_Date "07 May 1999" +#define Module_Date "12 May 1999" -#define Module_FullVersion "4.79" +#define Module_FullVersion "4.80" diff --git a/s/ModHand b/s/ModHand index f6cd122e..c9575c40 100644 --- a/s/ModHand +++ b/s/ModHand @@ -1614,7 +1614,7 @@ Module_FindEndOfROM_ModuleChain ROUT [ International Push "lr",NE BLNE TranslateError - Pull "lr",EQ + Pull "lr",NE ] BNE SLVK_SetV -- GitLab