commit | fbc6ceae6f0d97672d11bef8df406ea31c49c0fe | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Mar 14 10:12:01 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Mar 16 09:37:04 2021 +0100 |
tree | d61b5a62eb031cd619b8b907162928f96068f9ba | |
parent | 9ff9f4b4268946f3b73d9759766ccfcc599da004 [diff] |
efi_selftest: illegal cast to pointer in initrddump On 32bit systems u64 cannot directly be cast to void *. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>