File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2168,7 +2168,7 @@ struct
2168
2168
end
2169
2169
| _ , _ when get_bool " sem.unknown_function.spawn" ->
2170
2170
(* TODO: Remove sem.unknown_function.spawn check because it is (and should be) really done in LibraryFunctions.
2171
- But here we consider all non-ThreadCrate functions also unknown, so old-style LibraryFunctions access
2171
+ But here we consider all non-ThreadCreate functions also unknown, so old-style LibraryFunctions access
2172
2172
definitions using `Write would still spawn because they are not truly unknown functions (missing from LibraryFunctions).
2173
2173
Need this to not have memmove spawn in SV-COMP. *)
2174
2174
let shallow_args = LibraryDesc.Accesses. find desc.accs { kind = Spawn ; deep = false } args in
You can’t perform that action at this time.
0 commit comments