mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:29:19 +02:00
- removed debug writeln, committed by accident in r37727
git-svn-id: trunk@38123 -
This commit is contained in:
parent
f351b6acc9
commit
899707979a
@ -206,7 +206,6 @@ implementation
|
|||||||
begin
|
begin
|
||||||
if left.resultdef.size<>4 then
|
if left.resultdef.size<>4 then
|
||||||
internalerror(2017121302);
|
internalerror(2017121302);
|
||||||
Writeln(left.location.loc);
|
|
||||||
case left.location.loc of
|
case left.location.loc of
|
||||||
LOC_REGISTER,LOC_CREGISTER:
|
LOC_REGISTER,LOC_CREGISTER:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user