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 năm trước cách đây
mục cha
commit
bc21708967
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      compiler/jvm/hlcgcpu.pas

+ 0 - 2
compiler/jvm/hlcgcpu.pas

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