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 <[email protected]>
Cc: Ard Biesheuvel <[email protected]>
Cc: Sami Mujawar <[email protected]>

Signed-off-by: Kun Qin <[email protected]>
  • Loading branch information
kuqin12 committed Nov 27, 2024
1 parent 3ecd249 commit f6ec2b9
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 f6ec2b9

Please sign in to comment.