commit | 64e557c85c3236fee632e52fd0eb3856d982ecfc | [log] [tgz] |
---|---|---|
author | Deepika Bhavnani <deepika.bhavnani@arm.com> | Tue Sep 03 21:51:09 2019 +0300 |
committer | Deepika Bhavnani <deepika.bhavnani@arm.com> | Fri Sep 13 23:51:02 2019 +0300 |
tree | 288f938f7aab0a222e3a229afe80f624da9d876c | |
parent | b0f260293554ac39a61d52b0232a76df8ee158ed [diff] |
Unsigned long should not be used as per coding guidelines We should either change them to `unsigned int` or `unsigned long long` when the size of the variable is the same in AArch64 and AArch32 or to `u_register_t` if it is supposed to be 32 bit wide in AArch32 and 64 bit wide in AArch64. Signed-off-by: Deepika Bhavnani <deepika.bhavnani@arm.com> Change-Id: I80e2a6edb33248ee88be395829abbd4c36c89abe