Skip to content

Commit 963213b

Browse files
Owen Jonestautschnig
Owen Jones
authored andcommitted
Add parseInt with radix to preprocessing
1 parent 552eb51 commit 963213b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/java_bytecode/java_string_library_preprocess.cpp

+3
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)