From 280ee919b72f5712efa728f53ca76d47f957125f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Thu, 10 Oct 2013 21:20:20 +0000 Subject: [PATCH] removed several debug writeln()s git-svn-id: trunk@25741 - --- compiler/m68k/cpubase.pas | 2 -- 1 file changed, 2 deletions(-) diff --git a/compiler/m68k/cpubase.pas b/compiler/m68k/cpubase.pas index 0969b458bf..c0ba04b6bb 100644 --- a/compiler/m68k/cpubase.pas +++ b/compiler/m68k/cpubase.pas @@ -436,7 +436,6 @@ implementation cgsize2subreg:=R_SUBWHOLE; OS_64,OS_S64: begin -// writeln('64bit regsize?'); cgsize2subreg:=R_SUBWHOLE; end; OS_F32 : @@ -450,7 +449,6 @@ implementation end; } else begin - writeln('M68K: invalid register size'); // this supposed to be debug // p:=nil; dword(p^):=0; // internalerror(200301231);