We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebe5f4 commit ac0075fCopy full SHA for ac0075f
a
@@ -0,0 +1 @@
1
+a
jbmc/src/java_bytecode/java_entry_point.cpp
@@ -711,7 +711,7 @@ bool generate_java_start_function(
711
return_symbol.mode=ID_java;
712
return_symbol.is_static_lifetime=false;
713
return_symbol.name=JAVA_ENTRY_POINT_RETURN_SYMBOL;
714
- return_symbol.base_name="return";
+ return_symbol.base_name = "return'";
715
return_symbol.type = to_java_method_type(symbol.type).return_type();
716
717
symbol_table.add(return_symbol);
0 commit comments