commit | 9d4c788e160300b6434b94aa702facabe625dc3d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Mar 27 04:33:17 2020 +0000 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Mar 28 10:45:03 2020 +0100 |
tree | dd892eb2d93dd168f41f6d725317f4616a743c80 | |
parent | f8ce185735f21da8f6bf5c55677a27eee6b19659 [diff] |
cmd: efidebug: fix int to pointer cast On 32 bit systems fix warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Fixes: a415d61eac26 ("cmd: map addresses to sysmem in efidebug memmap") Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>