We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0457195 commit 1007191Copy full SHA for 1007191
CodeHawk/CHB/bchlibarm32/bCHFnARMDictionary.ml
@@ -676,7 +676,7 @@ object (self)
676
let xx = rewrite_expr ?restrict:(Some 4) x in
677
let ptype = get_parameter_type p in
678
let xx =
679
- if is_pointer ptype && (not (is_char_pointer ptype)) then
+ if is_pointer ptype (* && (not (is_char_pointer ptype)) *) then
680
let _ = floc#memrecorder#record_argument xx index in
681
match get_string_reference floc xx with
682
| Some _ -> xx
0 commit comments