mirror of
https://github.com/ApacheThunder/ntr-hb-menu.git
synced 2025-06-18 11:15:41 -04:00
ensure arm7 code for arm7 section
This commit is contained in:
parent
3395606dd8
commit
02e494c0c8
@ -28,6 +28,9 @@ _start:
|
||||
_loader_size:
|
||||
.word 0
|
||||
|
||||
.arch armv4t
|
||||
.cpu arm7tdmi
|
||||
|
||||
//-----------------------------------------------------------------
|
||||
hook9from7:
|
||||
//-----------------------------------------------------------------
|
||||
@ -89,7 +92,10 @@ tcmpudisable:
|
||||
|
||||
resetcode:
|
||||
.word 0x0c04000c
|
||||
|
||||
//-----------------------------------------------------------------
|
||||
hook7from9:
|
||||
//-----------------------------------------------------------------
|
||||
mov r12, #0x04000000
|
||||
strb r12, [r12,#0x208]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user