File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1673,7 +1673,7 @@ codet java_bytecode_convert_methodt::convert_instructions(
1673
1673
from_integer (
1674
1674
std::next (i_it)->address ,
1675
1675
unsignedbv_typet (64 ));
1676
- results[0 ].type ()=pointer_typet (void_typet (), 64 );
1676
+ results[0 ].type ()=pointer_type (void_typet ());
1677
1677
}
1678
1678
else if (statement==" ret" )
1679
1679
{
@@ -1698,7 +1698,7 @@ codet java_bytecode_convert_methodt::convert_instructions(
1698
1698
from_integer (
1699
1699
jsr_ret_targets[idx],
1700
1700
unsignedbv_typet (64 ));
1701
- address_ptr.type ()=pointer_typet (void_typet (), 64 );
1701
+ address_ptr.type ()=pointer_type (void_typet ());
1702
1702
branch.cond ()=equal_exprt (retvar, address_ptr);
1703
1703
branch.cond ().add_source_location ()=i_it->source_location ;
1704
1704
branch.then_case ()=g;
You can’t perform that action at this time.
0 commit comments