diff options
author | Richard Spiegel <richard.spiegel@amd.corp-partner.google.com> | 2018-10-29 08:01:53 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-11-06 01:46:47 +0000 |
commit | b93796d624415fdc2ba608a1bd1089cbaaf93dc0 (patch) | |
tree | e4b7e67a94e4322ff7c5b5eae8ced8553a22efff /util/inteltool/gpio.c | |
parent | dd477e9ba3f30a8ee9c7ee1625db2ec4f2c84523 (diff) |
payloads/coreinfo/cbfs_module.c: Get rid of void pointer math
Pointer math with void pointers is illegal in many compilers, though it
works with GCC because it assumes size of void to be 1. Change the pointers
or add parenthesis to force a proper order that will not cause compile
errors if compiled with a different compiler, and more importantly, don't
have unsuspected side effects.
BUG=b:118484178
TEST=Build coreinfo with original code, run objdump and saved output. Added
modifications, build coreinfo again, run objdump again, compared objdump
outputs.
Change-Id: I1bbdc9499d257c5051fd7a86ca8b5c68bbf2e81d
Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/29344
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util/inteltool/gpio.c')
0 files changed, 0 insertions, 0 deletions