Skip to content

Commit

Permalink
purecap efi_rt_arch_call_nofault: Fix return value
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Jan 29, 2025
1 parent ce78ec5 commit 726f742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/arm64/arm64/efirt_support.S
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ ENTRY(efi_rt_arch_call_nofault)

/* Save the return code for the caller */
str x0, [c8, #EC_EFI_STATUS]
mov x0, #0

add csp, csp, #(17 * PTR_WIDTH)
RETURN
Expand Down

0 comments on commit 726f742

Please sign in to comment.