Skip to content

Commit 25ce25e

Browse files
kuqin12mergify[bot]
authored andcommitted
ArmPkg: DefaultExceptionHandlerLib: Update function input bitwidth
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 <[email protected]> Cc: Ard Biesheuvel <[email protected]> Cc: Sami Mujawar <[email protected]> Signed-off-by: Kun Qin <[email protected]>
1 parent e8b7d7a commit 25ce25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/DefaultExceptionHandler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ DescribeInstructionOrDataAbort (
128128
STATIC
129129
VOID
130130
DescribeExceptionSyndrome (
131-
IN UINT32 Esr
131+
IN UINT64 Esr
132132
)
133133
{
134134
CHAR8 *Message;

0 commit comments

Comments
 (0)