commit | 99e4a481cc2273166a0d23f17fdcc437c1fcb677 | [log] [tgz] |
---|---|---|
author | Daniel Boulby <daniel.boulby@arm.com> | Wed May 16 16:04:35 2018 +0100 |
committer | Daniel Boulby <daniel.boulby@arm.com> | Thu May 17 16:42:41 2018 +0100 |
tree | 6dc69c649f2b57180962df725b6bb2213efde727 | |
parent | 3787f841a02fcba1d5caeaa7f444aa14aa460c14 [diff] |
Ensure read and write of flags are 32 bit In 'console_set_scope' and when registering a console, field 'flags' of 'console_t' is assigned a 32-bit value. However, when it is actually used, the functions perform 64-bit reads to access its value. This patch changes all 64-bit reads to 32-bit reads. Change-Id: I181349371409e60065335f078857946fa3c32dc1 Signed-off-by: Daniel Boulby <daniel.boulby@arm.com>