Avoid misleading leading zeros in hex digit
The hex literal 0x00000001 is a 32-bit unsigned int on all our platforms. Here it is being cast to a pointer,resulting in 32 or 64 bits. Using exactly eight hex digits with leading zeroes gives the impression that the leading zeroes and the total number of hex digits would have some significance. Change-Id: I75904dc4261c195dfaaf45aa3de729994da6d8dc
Showing
Please
register
or
sign in
to comment