summaryrefslogtreecommitdiffstats
path: root/gcc/config/arm/pe.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/arm/pe.h')
-rw-r--r--gcc/config/arm/pe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/pe.h b/gcc/config/arm/pe.h
index 1e822afa9e8..471676ee035 100644
--- a/gcc/config/arm/pe.h
+++ b/gcc/config/arm/pe.h
@@ -147,7 +147,7 @@
fprintf ((STREAM), "\t.comm\t"); \
assemble_name ((STREAM), (NAME)); \
asm_fprintf ((STREAM), ", %d\t%@ %d\n", \
- (ROUNDED), (SIZE)); \
+ (int)(ROUNDED), (int)(SIZE)); \
} \
} \
while (0)
OpenPOWER on IntegriCloud