diff options
Diffstat (limited to 'gcc/config/arm/arm.c')
-rw-r--r-- | gcc/config/arm/arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/arm/arm.c b/gcc/config/arm/arm.c index ce9a27c..9d9acb2 100644 --- a/gcc/config/arm/arm.c +++ b/gcc/config/arm/arm.c @@ -14181,7 +14181,7 @@ arm_get_cookie_size (tree type) if (!TARGET_AAPCS_BASED) return default_cxx_get_cookie_size (type); - size = build_int_cst (sizetype, 8, 0); + size = build_int_cst (sizetype, 8); return size; } |