mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 07:49:12 +02:00
- rm forgotten debug writeln
git-svn-id: branches/i8086@23792 -
This commit is contained in:
parent
48bba896a5
commit
ee005a9c1b
@ -335,7 +335,6 @@ unit cgcpu;
|
|||||||
internalerror(2013031101);
|
internalerror(2013031101);
|
||||||
if cgpara.location^.Next^.Next <> nil then
|
if cgpara.location^.Next^.Next <> nil then
|
||||||
internalerror(2013031101);
|
internalerror(2013031101);
|
||||||
Writeln(cgpara.alignment);
|
|
||||||
if cgpara.alignment <> 4 then
|
if cgpara.alignment <> 4 then
|
||||||
internalerror(2013031101);
|
internalerror(2013031101);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user