add missing "return 0;"
This commit is contained in:
parent
83dcb72379
commit
ffef804eee
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue