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
Ben Avison
AsmUtils
Commits
f9d65263
Commit
f9d65263
authored
Dec 14, 2011
by
Robert Sprowson
Browse files
Use OS_LeaveOS where possible.
Version 0.12. Tagged as 'AsmUtils-0_12'
parent
564a2a15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
18 deletions
+16
-18
VersionNum
VersionNum
+10
-10
h/callbacks
h/callbacks
+2
-3
s/callbacks
s/callbacks
+4
-5
No files found.
VersionNum
View file @
f9d65263
/* (0.1
1
)
/* (0.1
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.1
1
#define Module_MajorVersion_CMHG 0.1
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
26 Jun
20
09
#define Module_Date_CMHG
14 Dec
20
11
#define Module_MajorVersion "0.1
1
"
#define Module_Version 1
1
#define Module_MajorVersion "0.1
2
"
#define Module_Version 1
2
#define Module_MinorVersion ""
#define Module_Date "
26 Jun
20
09
"
#define Module_Date "
14 Dec
20
11
"
#define Module_ApplicationDate "
26-Jun-09
"
#define Module_ApplicationDate "
14-Dec-11
"
#define Module_ComponentName "AsmUtils"
#define Module_ComponentPath "castle/RiscOS/Sources/Lib/AsmUtils"
#define Module_FullVersion "0.1
1
"
#define Module_HelpVersion "0.1
1
(
26 Jun
20
09
)"
#define Module_LibraryVersionInfo "0:1
1
"
#define Module_FullVersion "0.1
2
"
#define Module_HelpVersion "0.1
2
(
14 Dec
20
11
)"
#define Module_LibraryVersionInfo "0:1
2
"
h/callbacks
View file @
f9d65263
...
...
@@ -29,15 +29,14 @@ extern "C" {
* until all code can be modified to call the function the same
* thing.
*/
extern
void
user_mode_donothing
(
void
);
/* Alias */
extern
void
CollectCallbacks
(
void
);
/* Alias */
/* This function attempts to make the transient callback chain be processed.
* It does this in whatever manner is appropriate to the build in which it is
* exported
*/
extern
void
usermode_donothing
(
void
);
extern
void
user_mode_donothing
(
void
);
extern
void
CollectCallbacks
(
void
);
#ifdef __cplusplus
}
...
...
s/callbacks
View file @
f9d65263
...
...
@@ -40,9 +40,9 @@ DefineAliases SETL {TRUE}
]
EXPORT
usermode_donothing
EXPORT
user_mode_donothing
[
DefineAliases
EXPORT
CollectCallbacks
EXPORT
user_mode_donothing
]
[
No32bitCode
:LAND:
No26bitCode
...
...
@@ -52,14 +52,13 @@ DefineAliases SETL {TRUE}
; extern void usermode_donothing(void);
[
DefineAliases
CollectCallbacks
user_mode_donothing
]
usermode_donothing
user_mode_donothing
FunctionEntry
"r12"
[
:DEF:
XOS_ProcessCallbacks
SWI
XOS_
ProcessCallbacks
; Have we got the nice SWI to do it?
SWI
XOS_LeaveOS
; Have we got the nice SWI to do it?
SWI
VC
XOS_
EnterOS
Return
"r12"
,,
VC
]
[
No32bitCode
TEQP
pc
,
#
0
; Set USR26 mode
|
...
...
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