فهرست منبع

* exit once we've found a target-specific handler for a type
conversion node so later checks won't try to further convert it

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

Jonas Maebe 14 سال پیش
والد
کامیت
4491dafd48
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      compiler/jvm/njvmcnv.pas

+ 1 - 0
compiler/jvm/njvmcnv.pas

@@ -548,6 +548,7 @@ implementation
             convtype:=tc_equal;
             res:=target_specific_explicit_typeconv;
             result:=true;
+            exit;
           end;
       end;