]> git.proxmox.com Git - mirror_edk2.git/commit
DynamicTablesPkg: Use correct print formatter
authorPierre Gondois <pierre.gondois@arm.com>
Mon, 10 Oct 2022 09:20:45 +0000 (11:20 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 31 Oct 2022 12:32:32 +0000 (12:32 +0000)
commit020891f1735bdc019602d66083edec88060e4bd4
tree99206212d6187a47a4bc582e10cb9ab6a0bdce45
parent52199bf5326a8355d28b2d395db483f7c77d5a4d
DynamicTablesPkg: Use correct print formatter

In C, the 'long long' types are 64-bits. The 'll' printf length
specifier should be used to pring these values. Just '%x' allows to
print values that are on 16-bits or more. Use that instead.

Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
DynamicTablesPkg/Library/Common/TableHelperLib/ConfigurationManagerObjectParser.c