Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jeffrey Lee
FileSwitch
Commits
1b8bc439
Commit
1b8bc439
authored
23 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Two minor 32-bit fixes.
Version 2.59. Tagged as 'FileSwitch-2_59'
parent
081332d6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
21 deletions
+23
-21
VersionASM
VersionASM
+7
-7
VersionNum
VersionNum
+10
-10
s/FSCtrl2
s/FSCtrl2
+4
-0
s/FSErrors
s/FSErrors
+2
-4
No files found.
VersionASM
View file @
1b8bc439
...
...
@@ -11,14 +11,14 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "2.5
7
"
Module_Version SETA 25
7
Module_MajorVersion SETS "2.5
9
"
Module_Version SETA 25
9
Module_MinorVersion SETS ""
Module_Date SETS "1
7 Apr
2001"
Module_ApplicationDate2 SETS "1
7-Apr
-01"
Module_ApplicationDate4 SETS "1
7-Apr
-2001"
Module_Date SETS "1
0 May
2001"
Module_ApplicationDate2 SETS "1
0-May
-01"
Module_ApplicationDate4 SETS "1
0-May
-2001"
Module_ComponentName SETS "FileSwitch"
Module_ComponentPath SETS "RiscOS/Sources/FileSys/FileSwitch"
Module_FullVersion SETS "2.5
7
"
Module_HelpVersion SETS "2.5
7
(1
7 Apr
2001)"
Module_FullVersion SETS "2.5
9
"
Module_HelpVersion SETS "2.5
9
(1
0 May
2001)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
1b8bc439
/* (2.5
8
)
/* (2.5
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 2.5
8
#define Module_MajorVersion_CMHG 2.5
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
7 Apr
2001
#define Module_Date_CMHG 1
0 May
2001
#define Module_MajorVersion "2.5
8
"
#define Module_Version 25
8
#define Module_MajorVersion "2.5
9
"
#define Module_Version 25
9
#define Module_MinorVersion ""
#define Module_Date "1
7 Apr
2001"
#define Module_Date "1
0 May
2001"
#define Module_ApplicationDate2 "1
7-Apr
-01"
#define Module_ApplicationDate4 "1
7-Apr
-2001"
#define Module_ApplicationDate2 "1
0-May
-01"
#define Module_ApplicationDate4 "1
0-May
-2001"
#define Module_ComponentName "FileSwitch"
#define Module_ComponentPath "RiscOS/Sources/FileSys/FileSwitch"
#define Module_FullVersion "2.5
8
"
#define Module_HelpVersion "2.5
8
(1
7 Apr
2001)"
#define Module_FullVersion "2.5
9
"
#define Module_HelpVersion "2.5
9
(1
0 May
2001)"
This diff is collapsed.
Click to expand it.
s/FSCtrl2
View file @
1b8bc439
...
...
@@ -225,8 +225,10 @@ AddFSEntry NewSwiEntry "r0-r8, fscb"
TEQ
r1
,
#
0
; Is it duff ?
MOVEQ
r1
,
r14
ADDNE
r1
,
r1
,
r5
; Add in module base
[
:LNOT:
No26bitCode
TST
r1
,
#
&FC000000
; Real ARM address (byte aligned) ?
MOVNE
r1
,
r14
]
MOV
r4
,
r1
; Save name^ for copying later
[
debugcontrol
LDRB
r14
,[
r6
,#
FS_info
]
...
...
@@ -271,8 +273,10 @@ AddFSEntry NewSwiEntry "r0-r8, fscb"
BEQ
%FT13
TEQ
r0
,
#
0
ADDNE
r0
,
r0
,
r5
; If not zero, add in module base
[
:LNOT:
No26bitCode
TSTNE
r0
,
#
&FC000000
; Real ARM address (byte aligned )?
MOVNE
r0
,
#
0
]
13
STR
r0
,
[
r2
,
#
fscb_startuptext
]
; FS_open to FS_gbpb are module offsets to add to module base in the new fscb
...
...
This diff is collapsed.
Click to expand it.
s/FSErrors
View file @
1b8bc439
...
...
@@ -47,11 +47,9 @@ CopyErrorStore ROUT
; In r0 -> error block
CopyErrorValidateExternal
ROUT
[
:LNOT:
No26bitCode
TST
r0
,
#
&FC000003
MOVEQS
pc
,
lr
TST
r0
,
#
&00000003
; was &FC000003
MOVEQ
pc
,
lr
ADRL
r0
,
ErrorBlock_InvalidErrorBlock
]
B
copy_error
; Tail folding
; +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment