]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Print the instruction for the unknown exception
authorAndrew Turner <andrew@FreeBSD.org>
Tue, 8 Mar 2022 11:02:02 +0000 (11:02 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Tue, 8 Mar 2022 11:54:58 +0000 (11:54 +0000)
commite793a55a74eb34ae3225d620a9619554667efb30
treedecdd1c613e6f97da6cc0816517ff1768dbc767a
parenta20773c810814dd130ca1f0fbf08d27fea465555
Print the instruction for the unknown exception

The arm64 unknown exception will be raised when we execute an
instruction that id invalid or disabled. To help debug these print
the instruction that failed.

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