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