diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 18:42:52 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-01 18:42:52 +0100 |
| commit | e2588aa01603ac93a0b187c9d0e11bf50fb2416c (patch) | |
| tree | ea8249217a8b1b8088fb7e4c81526a779aff0d87 /dev/ZBAKit | |
| parent | f83e7bddcf24433adbfc9214e0f8f8139f8b6362 (diff) | |
ARM64/BootAPI.S: Branch link instead of just branching.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit')
| -rw-r--r-- | dev/ZBAKit/src/HEL/ARM64/BootAPI.S | 2 |
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 |
