summaryrefslogtreecommitdiff
path: root/output/outmac64.c
diff options
context:
space:
mode:
Diffstat (limited to 'output/outmac64.c')
-rw-r--r--output/outmac64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outmac64.c b/output/outmac64.c
index d1a0a5c0..9a4fb4bd 100644
--- a/output/outmac64.c
+++ b/output/outmac64.c
@@ -536,7 +536,7 @@ static void macho_output(int32_t secto, const void *data,
case OUT_ADDRESS:
{
- int asize = abs(size);
+ int asize = abs((int)size);
addr = *(int64_t *)data;
if (section != NO_SEG) {