add missing "return 0;"

This commit is contained in:
msaitoh 2002-04-05 17:26:00 +00:00
parent 83dcb72379
commit ffef804eee
2 changed files with 4 additions and 0 deletions

View File

@ -3868,6 +3868,8 @@ sh_valid_machine_decl_attribute (decl, attributes, attr, args)
trap_exit = TREE_INT_CST_LOW (TREE_VALUE (args));
return 1;
}
return 0;
}

View File

@ -4111,6 +4111,8 @@ sh_valid_machine_decl_attribute (decl, attributes, attr, args)
trap_exit = TREE_INT_CST_LOW (TREE_VALUE (args));
return 1;
}
return 0;
}