- removed "{$ifdef unsupported}" block for jvm (is handled in njvmmem

already)

git-svn-id: branches/jvmbackend@18572 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:11:38 +00:00
parent 71cd31159c
commit 564b8a2cf7

View File

@ -200,14 +200,6 @@ implementation
procedure tcgaddrnode.pass_generate_code;
begin
{$ifdef jvm}
{$ifndef nounsupported}
location_reset(location,LOC_REGISTER,OS_ADDR);
location.register:=hlcg.getaddressregister(current_asmdata.CurrAsmList,java_jlobject);
hlcg.a_load_const_reg(current_asmdata.CurrAsmList,java_jlobject,0,location.register);
exit;
{$endif nounsupported}
{$endif jvm}
secondpass(left);
location_reset(location,LOC_REGISTER,OS_ADDR);