ソースを参照

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

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

Jonas Maebe 14 年 前
コミット
bc21708967
1 ファイル変更0 行追加2 行削除
  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