commit | 4390e76b577b6663945edf38991429a00a5a9219 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Tue Mar 30 00:42:36 2021 +0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Apr 10 12:00:24 2021 +0200 |
tree | 01b8d3737e0456212d2516428e62b8c4f1bd2a21 | |
parent | 455219f53bcce224127c38e5211eba1865e48002 [diff] |
efi_loader: Change ptr arithmetics tcg eventlog buffer Although ptr arithmetics are allowed with extensions in gcc, they are not allowed by the C spec. So switch to (void *)(uintptr_t) instead Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>