Skip to content

Commit

Permalink
arch/arm64: bug fix,arm64_fatal_handler need regs parms
Browse files Browse the repository at this point in the history
Signed-off-by: lipengfei28 <[email protected]>
  • Loading branch information
lipengfei28 authored and xiaoxiang781216 committed Nov 12, 2024
1 parent 7ebe590 commit d8bdf23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/src/common/arm64_vectors.S
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ reserved_syscall:
mov sp, x0
b arm64_exit_exception
2:
mov x0, sp
adrp x5, arm64_fatal_handler
add x5, x5, #:lo12:arm64_fatal_handler
br x5
Expand Down

0 comments on commit d8bdf23

Please sign in to comment.