mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 09:16:49 +02:00
Fix whitespace
This commit is contained in:
@@ -91,10 +91,10 @@ dsprotectpatch_nextAddress:
|
|||||||
.global dsprotectpatch_executeWithParam
|
.global dsprotectpatch_executeWithParam
|
||||||
.type dsprotectpatch_executeWithParam, %function
|
.type dsprotectpatch_executeWithParam, %function
|
||||||
dsprotectpatch_executeWithParam:
|
dsprotectpatch_executeWithParam:
|
||||||
push {r5, lr}
|
push {r5, lr}
|
||||||
movs r5, r0
|
movs r5, r0
|
||||||
bl dsprotectpatch_entry
|
bl dsprotectpatch_entry
|
||||||
pop {r5, pc}
|
pop {r5, pc}
|
||||||
|
|
||||||
.pool
|
.pool
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user