From e2588aa01603ac93a0b187c9d0e11bf50fb2416c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 1 Dec 2024 18:42:52 +0100 Subject: ARM64/BootAPI.S: Branch link instead of just branching. Signed-off-by: Amlal El Mahrouss --- dev/ZBAKit/src/HEL/ARM64/BootAPI.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/ZBAKit/src') 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 -- cgit v1.2.3