summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZBAKit/src')
-rw-r--r--dev/ZBAKit/src/HEL/ARM64/BootAPI.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ZBAKit/src/HEL/ARM64/BootAPI.S b/dev/ZBAKit/src/HEL/ARM64/BootAPI.S
index 9a53dfc9..a60ad218 100644
--- a/dev/ZBAKit/src/HEL/ARM64/BootAPI.S
+++ b/dev/ZBAKit/src/HEL/ARM64/BootAPI.S
@@ -8,5 +8,5 @@
rt_jump_to_address:
mov x19, x0
mov sp, x2
- br x19
+ blr x19