From 2a3c7a402a036ac0c5d98d96834be0f516166f10 Mon Sep 17 00:00:00 2001 From: Ben Avison <bavison@gitlab.riscosopen.org> Date: Thu, 6 Apr 2000 12:07:55 +0000 Subject: [PATCH] Moved an LTORG so that non-WIMPSymbol builds work again. Version 4.44. Tagged as 'Wimp-4_44' --- VersionASM | 8 ++++---- VersionNum | 14 +++++++------- s/Wimp04 | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/VersionASM b/VersionASM index 328adcd..a2a5642 100644 --- a/VersionASM +++ b/VersionASM @@ -6,9 +6,9 @@ GBLS Module_MinorVersion GBLS Module_Date GBLS Module_FullVersion -Module_MajorVersion SETS "4.43" -Module_Version SETA 443 +Module_MajorVersion SETS "4.44" +Module_Version SETA 444 Module_MinorVersion SETS "" -Module_Date SETS "30 Mar 2000" -Module_FullVersion SETS "4.43" +Module_Date SETS "06 Apr 2000" +Module_FullVersion SETS "4.44" END diff --git a/VersionNum b/VersionNum index f7524a8..70d9825 100644 --- a/VersionNum +++ b/VersionNum @@ -1,15 +1,15 @@ -/* (4.43) +/* (4.44) * * This file is automatically maintained by srccommit, do not edit manually. * */ -#define Module_MajorVersion_CMHG 4.43 +#define Module_MajorVersion_CMHG 4.44 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 30 Mar 2000 +#define Module_Date_CMHG 06 Apr 2000 -#define Module_MajorVersion "4.43" -#define Module_Version 443 +#define Module_MajorVersion "4.44" +#define Module_Version 444 #define Module_MinorVersion "" -#define Module_Date "30 Mar 2000" +#define Module_Date "06 Apr 2000" -#define Module_FullVersion "4.43" +#define Module_FullVersion "4.44" diff --git a/s/Wimp04 b/s/Wimp04 index fe75c65..4a6f522 100644 --- a/s/Wimp04 +++ b/s/Wimp04 @@ -7475,12 +7475,12 @@ test_arrow MOV R14, #1 TST R11, R14, LSL R1 ; set Z according to R1-th bit of R11 Pull "R0,R1,PC" - - LTORG | TEQ PC, #0 ; clear Z - no WIMPSymbol font fitted MOV PC, LR ] + + LTORG ] END -- GitLab