Commit 90c0b2a6 authored by Ben Avison's avatar Ben Avison
Browse files

Better fix

Detail:
  AcquireMutex doesn't have the same functionality as Arm2Swp, best not to
  make people think they might do. Also add an extra literal pool because
  otherwise some instructions don't reach when doing APCS-32 softload builds.

Retagged as 'RISC_OSLib-5_88'
parent 66a060aa
......@@ -103,7 +103,9 @@
EXPORT |x$uremainder|
EXPORT |__counter|
[ {CONFIG}<>26
EXPORT |AcquireMutex|
]
PSRBits * &FC000003
PSRZBit * &40000000
......@@ -3065,10 +3067,10 @@ StackOverflowFault Keep
BL |_kernel_copyerror|
SWI GenerateError
LTORG
ErrorBlock StackOverflow, "Stack overflow", C45
[ {CONFIG}=26
AcquireMutex
Arm2Swp ; like SWP a1,a1,[a2] but corrupts a3, lr and flags
SWI IntOff
LDR a3, [a2]
......
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