Commit 131bd90b authored by Robert Sprowson's avatar Robert Sprowson Committed by ROOL
Browse files

[555] Fix for corrupt registers in Service_ModeChange

Service_ModeChange -> recalcmodevars -> readvduvars2
but readvduvars2 uses r5 and r6.
parent a3b6237a
......@@ -5108,7 +5108,7 @@ vduinput2
readvduvars2
Push "R0-R4,LR"
Push "R0-R6,LR"
ADR R0,vduinput2
ADR R1,vduoutput
......@@ -5149,7 +5149,7 @@ readvduvars2
leavereadvduvars2
STRVS R0,[sp]
Pull "R0-R4,PC"
Pull "R0-R6,PC"
readvduvars
Push "R0,R1,LR"
......
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