fixed bug

This commit is contained in:
Eljakim Herrewijnen 2024-08-28 17:31:22 +02:00
parent e685adcbd8
commit 217abe3bc6

View File

@ -136,10 +136,8 @@ dump_special_el3:
MRS X0, MAIR_EL3 MRS X0, MAIR_EL3
STR X0, [X15, #424] STR X0, [X15, #424]
// Also dump el2, el1 // Also dump el2, which will also dump el1
BL dump_special_el2 B dump_special_el2
BL dump_special_el1
RET
.text .text
.global dump_special_el2 .global dump_special_el2
@ -169,8 +167,7 @@ dump_special_el2:
STR X0, [X15, #432] STR X0, [X15, #432]
// also dump EL1 // also dump EL1
BL dump_special_el1 B dump_special_el1
RET
.text .text
.global dump_special_el1 .global dump_special_el1