Skip to content

Commit

Permalink
copro-65tubeasm.S : make 64bit stack alignment clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
dp111 committed Feb 29, 2024
1 parent ef2169e commit aa62026
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/copro-65tubeasm.S
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@
add r0, regPC, #1
ldrb temp1, [regPC, #1]
mrs temp2, CPSR
push {temp2}
push {temp1,temp2}
orr temp2, temp2, #ARM_INT_MASK
msr CPSR_c, temp2
push {r2-r12}
push {r3-r12}
bl copro_65tube_trace
pop {r2-r12}
pop {temp2}
pop {r3-r12}
pop {temp1,temp2}
msr CPSR, temp2
.endm

Expand Down

0 comments on commit aa62026

Please sign in to comment.