Browse Source

* again use areturn instead of ireturn for returning enums since they're
classes now

git-svn-id: branches/jvmbackend@18631 -

Jonas Maebe 14 years ago
parent
commit
bc21708967
1 changed files with 0 additions and 2 deletions
  1. 0 2
      compiler/jvm/hlcgcpu.pas

+ 0 - 2
compiler/jvm/hlcgcpu.pas

@@ -1325,8 +1325,6 @@ implementation
             else
             else
               opc:=a_ireturn;
               opc:=a_ireturn;
           end;
           end;
-        enumdef:
-          opc:=a_ireturn;
         setdef:
         setdef:
           if is_smallset(retdef) then
           if is_smallset(retdef) then
             opc:=a_ireturn
             opc:=a_ireturn