Skip to content
Snippets Groups Projects
Commit 03161035 authored by Boris Yakobowski's avatar Boris Yakobowski
Browse files

[E-acsl] Fix wrt change in Machdep

parent 6c5d037b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ let get_set_suffix_and_arg e =
else
match unrollType ty with
| TInt(IChar, _) ->
(if theMachine.char_is_unsigned then "_ui" else "_si"), [ e ]
(if theMachine.theMachine.char_is_unsigned then "_ui" else "_si"), [ e ]
| TInt((IBool | IUChar | IUInt | IUShort | IULong), _) ->
"_ui", [ e ]
| TInt((ISChar | IShort | IInt | ILong), _) -> "_si", [ e ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment