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
RiscOS
S
Sources
HWSupport
DeviceFS
Commits
c92f9272
Commit
c92f9272
authored
Dec 05, 2000
by
Dan Ellis
Browse files
Fixed bug preventing unbuffered objects with pseudo filenames
Version 0.53. Tagged as 'DeviceFS-0_53'
parent
03ae9cfb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
19 deletions
+19
-19
VersionASM
VersionASM
+7
-7
VersionNum
VersionNum
+10
-10
s/FSystem
s/FSystem
+2
-2
No files found.
VersionASM
View file @
c92f9272
...
...
@@ -11,14 +11,14 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.5
2
"
Module_Version SETA 5
2
Module_MajorVersion SETS "0.5
3
"
Module_Version SETA 5
3
Module_MinorVersion SETS ""
Module_Date SETS "0
4
Dec 2000"
Module_ApplicationDate2 SETS "0
4
-Dec-00"
Module_ApplicationDate4 SETS "0
4
-Dec-2000"
Module_Date SETS "0
5
Dec 2000"
Module_ApplicationDate2 SETS "0
5
-Dec-00"
Module_ApplicationDate4 SETS "0
5
-Dec-2000"
Module_ComponentName SETS "DeviceFS"
Module_ComponentPath SETS "RiscOS/Sources/HWSupport/DeviceFS"
Module_FullVersion SETS "0.5
2
"
Module_HelpVersion SETS "0.5
2
(0
4
Dec 2000)"
Module_FullVersion SETS "0.5
3
"
Module_HelpVersion SETS "0.5
3
(0
5
Dec 2000)"
END
VersionNum
View file @
c92f9272
/* (0.5
2
)
/* (0.5
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.5
2
#define Module_MajorVersion_CMHG 0.5
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 0
4
Dec 2000
#define Module_Date_CMHG 0
5
Dec 2000
#define Module_MajorVersion "0.5
2
"
#define Module_Version 5
2
#define Module_MajorVersion "0.5
3
"
#define Module_Version 5
3
#define Module_MinorVersion ""
#define Module_Date "0
4
Dec 2000"
#define Module_Date "0
5
Dec 2000"
#define Module_ApplicationDate2 "0
4
-Dec-00"
#define Module_ApplicationDate4 "0
4
-Dec-2000"
#define Module_ApplicationDate2 "0
5
-Dec-00"
#define Module_ApplicationDate4 "0
5
-Dec-2000"
#define Module_ComponentName "DeviceFS"
#define Module_ComponentPath "RiscOS/Sources/HWSupport/DeviceFS"
#define Module_FullVersion "0.5
2
"
#define Module_HelpVersion "0.5
2
(0
4
Dec 2000)"
#define Module_FullVersion "0.5
3
"
#define Module_HelpVersion "0.5
3
(0
5
Dec 2000)"
s/FSystem
View file @
c92f9272
...
...
@@ -435,8 +435,8 @@ make_buffer ROUT
Push
"r3, lr"
LDR
r0
,
[
dr
,
#
device_Flags
]
CMP
r0
,
#
df_BufferedDevice
; is it a buffered device?
(If Z set, V cleared)
Pull
"r3, pc"
,
E
Q
; no, so we cannot even consider creating a buffer
TST
r0
,
#
df_BufferedDevice
; is it a buffered device?
Pull
"r3, pc"
,
N
E
; no, so we cannot even consider creating a buffer
Debug
open
,
"device must be buffered"
...
...
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