u-boot-brain/arch/sandbox
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
..
cpu sandbox: use correct type reading /proc/self/maps 2019-11-14 07:09:34 -06:00
dts test: clk: test clock self assignment 2019-10-22 16:14:05 +02:00
include/asm Fix for patman with email addresses containing commas 2019-11-01 09:34:35 -04:00
lib sandbox: Add support for clrsetio_32() and friends 2019-10-08 13:57:40 +08:00
config.mk sandbox: Allo sdl-config to be overridden 2019-07-10 16:52:58 -06:00
Kconfig sandbox: Add 64-bit sandbox 2018-02-18 15:53:48 -07:00
Makefile sandbox: Use 'extras' to specify 'head' files 2018-12-05 06:01:34 -07:00