Skip to content

Commit f768d10

Browse files
Owen Jonestautschnig
authored andcommitted
Add parseInt with radix to preprocessing
1 parent e6b92d4 commit f768d10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/java_bytecode/java_string_library_preprocess.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,6 +1938,9 @@ void java_string_library_preprocesst::initialize_conversion_table()
19381938
cprover_equivalent_to_java_function
19391939
["java::java.lang.Integer.parseInt:(Ljava/lang/String;)I"]=
19401940
ID_cprover_string_parse_int_func;
1941+
cprover_equivalent_to_java_function
1942+
["java::java.lang.Integer.parseInt:(Ljava/lang/String;I)I"]=
1943+
ID_cprover_string_parse_int_func;
19411944
cprover_equivalent_to_java_string_returning_function
19421945
["java::java.lang.Integer.toHexString:(I)Ljava/lang/String;"]=
19431946
ID_cprover_string_of_int_hex_func;

0 commit comments

Comments
 (0)