cmd: efidebug: fix int to pointer cast
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 27 Mar 2020 04:33:17 +0000 (04:33 +0000)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 28 Mar 2020 09:45:03 +0000 (10:45 +0100)
commit6c0ef35cdc3164fda9c7ddd15db58793b1bd3263
treedd892eb2d93dd168f41f6d725317f4616a743c80
parent5721df32a37acb04c380a4f1d564f40f0b236e60
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>
cmd/efidebug.c