mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-08 00:27:59 +01:00
removed several debug writeln()s
git-svn-id: trunk@25741 -
This commit is contained in:
parent
bcab04538c
commit
280ee919b7
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user