Fix minor typo in prep_cif.c

This commit is contained in:
Ronald Oussoren 2006-05-25 21:30:54 +00:00
parent 485dbd105f
commit f5bc414334
1 changed files with 1 additions and 1 deletions

View File

@ -114,8 +114,8 @@ static inline int struct_on_stack(int size)
/* This is not what the ABI says, but is what is really implemented */
switch (size) {
case 1: case 2: case 4: case 8: return 0;
return 1;
}
return 1;
}
#endif