output/outmacho.c: use UINT64_C() instead of 1L
commit6d20c1f89435930628d24349f5cb8617864e9890
authorH. Peter Anvin <hpa@zytor.com>
Mon, 23 Jan 2017 04:50:23 +0000 (22 20:50 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 23 Jan 2017 04:53:03 +0000 (22 20:53 -0800)
tree74b787a2c48fcb38f26807d41cc17b5cd187bb36
parentdc9c312c975e6959448bc3514630f0f2cf304179
output/outmacho.c: use UINT64_C() instead of 1L

Type long is not necessarily long enough to be valid to hold a 64-bit
number (e.g. 32-bit platforms or Win64), however, the output variable
newaddr is uint64_t.

Cc: Martin Lindhe <martin-commit@ubique.se>
Cc: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
output/outmacho.c