fusee: fix typos in NCM's content header

This commit is contained in:
friedkeenan 2020-03-08 11:43:34 -05:00 committed by GitHub
commit 88cad934ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,12 +202,12 @@ _content_headers:
.asciz "spl" .asciz "spl"
.align 5 .align 5
/* spl content header */ /* ncm content header */
.word __ncm_kip_start__ .word __ncm_kip_start__
.word __ncm_kip_size__ .word __ncm_kip_size__
.word CONTENT_TYPE_KIP .word CONTENT_TYPE_KIP
.word 0xCCCCCCCC .word 0xCCCCCCCC
.asciz "NCM" .asciz "ncm"
.align 5 .align 5
/* emummc content header */ /* emummc content header */
@ -252,4 +252,4 @@ relocate_and_chainload:
.type nxboot, %function .type nxboot, %function
nxboot: nxboot:
ldr sp, =__stack_top__ ldr sp, =__stack_top__
b nxboot_finish b nxboot_finish