浏览代码

removed several debug writeln()s

git-svn-id: trunk@25741 -
Károly Balogh 11 年之前
父节点
当前提交
280ee919b7
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      compiler/m68k/cpubase.pas

+ 0 - 2
compiler/m68k/cpubase.pas

@@ -436,7 +436,6 @@ implementation
             cgsize2subreg:=R_SUBWHOLE;
             cgsize2subreg:=R_SUBWHOLE;
           OS_64,OS_S64:
           OS_64,OS_S64:
             begin
             begin
-//             writeln('64bit regsize?');
              cgsize2subreg:=R_SUBWHOLE;
              cgsize2subreg:=R_SUBWHOLE;
             end;
             end;
           OS_F32 :
           OS_F32 :
@@ -450,7 +449,6 @@ implementation
             end;
             end;
 }
 }
           else begin
           else begin
-            writeln('M68K: invalid register size');
     // this supposed to be debug
     // this supposed to be debug
     //        p:=nil; dword(p^):=0;
     //        p:=nil; dword(p^):=0;
     //        internalerror(200301231);
     //        internalerror(200301231);