Commit 2a3c7a40 authored by Ben Avison's avatar Ben Avison
Browse files

Moved an LTORG so that non-WIMPSymbol builds work again.

Version 4.44. Tagged as 'Wimp-4_44'
parent 3d310c07
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
GBLS Module_MinorVersion GBLS Module_MinorVersion
GBLS Module_Date GBLS Module_Date
GBLS Module_FullVersion GBLS Module_FullVersion
Module_MajorVersion SETS "4.43" Module_MajorVersion SETS "4.44"
Module_Version SETA 443 Module_Version SETA 444
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "30 Mar 2000" Module_Date SETS "06 Apr 2000"
Module_FullVersion SETS "4.43" Module_FullVersion SETS "4.44"
END END
/* (4.43) /* (4.44)
* *
* This file is automatically maintained by srccommit, do not edit manually. * 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_MinorVersion_CMHG
#define Module_Date_CMHG 30 Mar 2000 #define Module_Date_CMHG 06 Apr 2000
#define Module_MajorVersion "4.43" #define Module_MajorVersion "4.44"
#define Module_Version 443 #define Module_Version 444
#define Module_MinorVersion "" #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"
...@@ -7475,12 +7475,12 @@ test_arrow ...@@ -7475,12 +7475,12 @@ test_arrow
MOV R14, #1 MOV R14, #1
TST R11, R14, LSL R1 ; set Z according to R1-th bit of R11 TST R11, R14, LSL R1 ; set Z according to R1-th bit of R11
Pull "R0,R1,PC" Pull "R0,R1,PC"
LTORG
| |
TEQ PC, #0 ; clear Z - no WIMPSymbol font fitted TEQ PC, #0 ; clear Z - no WIMPSymbol font fitted
MOV PC, LR MOV PC, LR
] ]
LTORG
] ]
END END
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment