]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Print the correct register for the arm64 elr
authorAndrew Turner <andrew@FreeBSD.org>
Mon, 1 Nov 2021 11:19:57 +0000 (11:19 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Mon, 1 Nov 2021 11:19:57 +0000 (11:19 +0000)
commit62cbc00d2f57785c747632b1a5ba7571281d17c4
treea21e94e6b82da164551aba4b6682a0d2bce1e518
parente18fbe6f19ed106f035c7d2aaeade6eb55cc0b5a
Print the correct register for the arm64 elr

In 7ec86b6609912 ("Also print symbols when printing arm64 registers")
a new function was created to print most registers. Unfortunately the
Link Register (LR) was being printed when we should have printed the
Exception Link Register (ELR).

Fix this by adding the missing 'e'.

Sponsored by: The FreeBSD Foundation
sys/arm64/arm64/trap.c