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
RISC_OSLib
Commits
66a060aa
Commit
66a060aa
authored
Mar 01, 2016
by
Robert Sprowson
Browse files
Build fix 26 bit CLib (in PlingSystem) was missing AcquireMutex label.
Retagged as RISC_OSLib-5_88.
parent
9b78d05f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
kernel/s/k_body
kernel/s/k_body
+2
-1
No files found.
kernel/s/k_body
View file @
66a060aa
...
@@ -3068,6 +3068,7 @@ StackOverflowFault Keep
...
@@ -3068,6 +3068,7 @@ StackOverflowFault Keep
ErrorBlock
StackOverflow
,
"Stack overflow"
,
C45
ErrorBlock
StackOverflow
,
"Stack overflow"
,
C45
[
{CONFIG}
=
26
[
{CONFIG}
=
26
AcquireMutex
Arm2Swp
; like SWP a1,a1,[a2] but corrupts a3, lr and flags
Arm2Swp
; like SWP a1,a1,[a2] but corrupts a3, lr and flags
SWI
IntOff
SWI
IntOff
LDR
a3
,
[
a2
]
LDR
a3
,
[
a2
]
...
@@ -3116,7 +3117,7 @@ Sleep
...
@@ -3116,7 +3117,7 @@ Sleep
; a2 -> pollword
; a2 -> pollword
; must exit with Z set
; must exit with Z set
MOV
a1
,
#
6
MOV
a1
,
#
6
SWI
&20033
;
XOS_UpCall
SWI
XOS_UpCall
CMP
a1
,
a1
CMP
a1
,
a1
MOV
pc
,
lr
MOV
pc
,
lr
...
...
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