Skip to content

Commit

Permalink
ArmPkg: DefaultExceptionHandlerLib: Update function input bitwidth
Browse files Browse the repository at this point in the history
The current DescribeExceptionSyndrome is taking ESR as 32bit value.
However, ESR should be a 64 bit value. This change updates the function
to intake a 64bit value.

Cc: Leif Lindholm <quic_llindhol@quicinc.com>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Sami Mujawar <sami.mujawar@arm.com>

Signed-off-by: Kun Qin <kun.qin@microsoft.com>
  • Loading branch information
kuqin12 authored and mergify[bot] committed Dec 11, 2024
1 parent e8b7d7a commit 25ce25e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ DescribeInstructionOrDataAbort (
STATIC
VOID
DescribeExceptionSyndrome (
IN UINT32 Esr
IN UINT64 Esr
)
{
CHAR8 *Message;
Expand Down

0 comments on commit 25ce25e

Please sign in to comment.