Return char* from page_address(), not void*
commit8c19616df7203bbda3da43bf7b5cde8b0fa0ecd4
authorDouglas Katzman <dougk@google.com>
Mon, 1 May 2017 15:37:48 +0000 (1 11:37 -0400)
committerDouglas Katzman <dougk@google.com>
Mon, 1 May 2017 15:37:48 +0000 (1 11:37 -0400)
tree879675727dbf0a69e1e4800aac08f86d7d2095e4
parentbe0a264dad7308d485dc8cf21c77df62f3ea7da9
Return char* from page_address(), not void*

and enable the warning for arithmetic on void*.
src/runtime/GNUmakefile
src/runtime/backtrace.c
src/runtime/gencgc-internal.h
src/runtime/gencgc.c
src/runtime/os-common.c
src/runtime/thread.c
src/runtime/x86-64-linux-os.c
src/runtime/x86-linux-os.c