You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line interprets the type of a crucible structure value as a tuple. Note! This is the constructor for tuple values, not tuple types, which is an error. Plugging in the resulting term in a type-position will result in ill-typed terms. This should use the scTupleType method instead.
The text was updated successfully, but these errors were encountered:
saw-script/src/SAWScript/Crucible/LLVM/Override.hs
Line 1234 in 9da72c5
This line interprets the type of a crucible structure value as a tuple. Note! This is the constructor for tuple values, not tuple types, which is an error. Plugging in the resulting term in a type-position will result in ill-typed terms. This should use the
scTupleType
method instead.The text was updated successfully, but these errors were encountered: