Skip to content

Commit 1007191

Browse files
committed
CHB:ARM: restore conversion in arguments
1 parent 0457195 commit 1007191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeHawk/CHB/bchlibarm32/bCHFnARMDictionary.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ object (self)
676676
let xx = rewrite_expr ?restrict:(Some 4) x in
677677
let ptype = get_parameter_type p in
678678
let xx =
679-
if is_pointer ptype && (not (is_char_pointer ptype)) then
679+
if is_pointer ptype (* && (not (is_char_pointer ptype)) *) then
680680
let _ = floc#memrecorder#record_argument xx index in
681681
match get_string_reference floc xx with
682682
| Some _ -> xx

0 commit comments

Comments
 (0)