Skip to content

Commit 2dd2f48

Browse files
committed
Issue with cast and qualifiers.
1 parent 3ff310a commit 2dd2f48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

semantics/language/common/conversion.k

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module C-CONVERSION
4949
// assumed they apply anywhere but they still need to raise some errors.
5050

5151
rule cast(T':Type, tv(V:CValue, T:Type)) => tv(V, cast(T', T))
52-
when stripQualifiers(T) ==K stripQualifiers(T')
52+
when stripQualifiers(T) ==Type stripQualifiers(T')
5353
[structural, anywhere]
5454
5555
/*@ \fromStandard{\source[n1570]{\para{6.3.1.2}{1}}}{

0 commit comments

Comments
 (0)