Skip to content
Commit e7588d81 authored by Andre Przywara's avatar Andre Przywara Committed by Tom Rini
Browse files

cmd: exception: arm64: fix undefined, add faults



The arm64 version of the exception command was just defining the
undefined exception, but actually copied the AArch32 instruction.

Replace that with an encoding that is guaranteed to be and stay
undefined. Also add instructions to trigger unaligned access faults and
a breakpoint.
This brings ARM64 on par with ARM(32) for the exception command.

Signed-off-by: default avatarAndre Przywara <andre.przywara@arm.com>
parent f861ffa6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment