aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index d6f68cd..31ad51c 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -4628,7 +4628,7 @@ default_must_pass_in_stack (mode, type)
tree type;
{
if (!type)
- return true;
+ return false;
/* If the type has variable size... */
if (TREE_CODE (TYPE_SIZE (type)) != INTEGER_CST)