commit | f8cd72d1ac6aac8cfa48777b5c0681ee2f9e3671 | [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 | 216406367819b52f965ee89b1a3829863c49aac0 [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>