We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c21687 commit f070f2aCopy full SHA for f070f2a
src/cdomains/unionFind.ml
@@ -77,9 +77,9 @@ module T = struct
77
get_size_in_bits (TPtr (typ,[]))
78
| _ ->
79
try Z.of_int (bitsSizeOf typ) with
80
- | GoblintCil__Cil.SizeOfError (msg,_) when msg ="abstract type"->
+ | SizeOfError ("abstract type", _) ->
81
Z.one
82
- | GoblintCil__Cil.SizeOfError (msg,_) ->
+ | SizeOfError (msg, _) ->
83
raise (UnsupportedCilExpression msg)
84
85
let show_type exp =
0 commit comments