mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
ArmPkg: CodeQL Fixes.
Makes changes to comply with alerts raised by CodeQL. The issues here fall into the following category: 1. unsigned-comparison-zero Signed-off-by: Raymond Diaz <raymonddiaz@microsoft.com>
This commit is contained in:
parent
a232e0cd2f
commit
d44b82270b
@ -225,10 +225,10 @@ ArmGicEndOfInterrupt (
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
ArmGicSetInterruptPriority (
|
ArmGicSetInterruptPriority (
|
||||||
IN UINTN GicDistributorBase,
|
IN UINTN GicDistributorBase,
|
||||||
IN UINTN GicRedistributorBase,
|
IN UINTN GicRedistributorBase,
|
||||||
IN UINTN Source,
|
IN UINTN Source,
|
||||||
IN UINTN Priority
|
IN UINT32 Priority
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
UINT32 RegOffset;
|
UINT32 RegOffset;
|
||||||
|
@ -210,10 +210,10 @@ ArmGicSetPriorityMask (
|
|||||||
VOID
|
VOID
|
||||||
EFIAPI
|
EFIAPI
|
||||||
ArmGicSetInterruptPriority (
|
ArmGicSetInterruptPriority (
|
||||||
IN UINTN GicDistributorBase,
|
IN UINTN GicDistributorBase,
|
||||||
IN UINTN GicRedistributorBase,
|
IN UINTN GicRedistributorBase,
|
||||||
IN UINTN Source,
|
IN UINTN Source,
|
||||||
IN UINTN Priority
|
IN UINT32 Priority
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
|
Loading…
x
Reference in New Issue
Block a user