1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-24 06:03:58 +01:00
Files
u-boot-megous/arch
Heinrich Schuchardt 4ecb506434 sandbox: use correct type reading /proc/self/maps
Compiling arch/sandbox/cpu/os.c results in an error

../arch/sandbox/cpu/os.c: In function ‘os_find_text_base’:
../arch/sandbox/cpu/os.c:823:12: error: cast to pointer from
integer of different size [-Werror=int-to-pointer-cast]
  823 |     base = (void *)addr;
      |            ^
cc1: all warnings being treated as errors

The size of void* differs from that of unsigned long long on 32bit
systems.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
2019-11-14 07:09:34 -06:00
..
2019-11-01 16:45:40 +03:00
2019-09-14 21:28:55 +02:00
2019-08-11 16:43:41 -04:00
2019-09-02 17:38:43 +02:00