Skip to content

Commit 49c1acf

Browse files
author
Daniel Kroening
committed
fix java_string_literals
1 parent 1f62eef commit 49c1acf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/java_bytecode/java_bytecode_parser.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ void java_bytecode_parsert::rconstant_pool()
552552
{
553553
symbol_typet string_type("java::java.lang.String");
554554
exprt result(ID_java_string_literal, pointer_typet(string_type));
555+
result.set(ID_value, pool_entry(it->ref1).s);
555556
it->expr=result;
556557
}
557558
break;

0 commit comments

Comments
 (0)