tools: Fix CPSR/SPSR print size
authorBertrand Marquis <bertrand.marquis@arm.com>
Tue, 6 Jul 2021 15:28:57 +0000 (16:28 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 7 Jul 2021 12:07:46 +0000 (13:07 +0100)
commit32cbc7f96ffa3ddceacb3812da0e31a82840b138
tree5bc44be40065a870101bec7047734a559ab835fb
parentcc83cae4de8116c7a8c9c9510d6b117745f42ff5
tools: Fix CPSR/SPSR print size

918b8842a852 changed CPSR and SPSR to be stored as 64bit values.

This is fixing the print size in some tools to use 64bit type.

Fixes: 918b8842a852 ("arm64: Change type of hsr, cpsr, spsr_el1 to uint64_t")
Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Michal Orzel <michal.orzel@arm.com>
Tested-by: Michal Orzel <michal.orzel@arm.com>
tools/libs/guest/xg_dom_arm.c
tools/xentrace/xenctx.c