소스 검색

* fix crash with -CR

peter 21 년 전
부모
커밋
f4ec016665
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      compiler/ncnv.pas

+ 5 - 1
compiler/ncnv.pas

@@ -1529,6 +1529,7 @@ implementation
                              hp:=casnode.create(left,cloadvmtaddrnode.create(ctypenode.create(resulttype)));
                              left:=nil;
                              result:=hp;
+                             exit;
                            end;
                        end
 
@@ -2578,7 +2579,10 @@ begin
 end.
 {
   $Log$
-  Revision 1.173  2005-01-07 21:14:21  florian
+  Revision 1.174  2005-01-09 15:04:36  peter
+    * fix crash with -CR
+
+  Revision 1.173  2005/01/07 21:14:21  florian
     + compiler side of variant<->interface implemented
 
   Revision 1.172  2005/01/06 13:40:41  florian