mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 21:09:11 +02:00
* Fix halt() call
This commit is contained in:
parent
6cd9e5efc7
commit
3d85d9c2bd
@ -186,11 +186,14 @@ begin
|
|||||||
exitproc:=@myexit;
|
exitproc:=@myexit;
|
||||||
|
|
||||||
{ Call the compiler with empty command, so it will take the parameters }
|
{ Call the compiler with empty command, so it will take the parameters }
|
||||||
{Halt(}compiler.Compile(''){)};
|
Halt(compiler.Compile(''));
|
||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.23 2003-07-06 15:31:21 daniel
|
Revision 1.24 2003-07-07 19:59:41 peter
|
||||||
|
* Fix halt() call
|
||||||
|
|
||||||
|
Revision 1.23 2003/07/06 15:31:21 daniel
|
||||||
* Fixed register allocator. *Lots* of fixes.
|
* Fixed register allocator. *Lots* of fixes.
|
||||||
|
|
||||||
Revision 1.22 2003/04/22 14:33:38 peter
|
Revision 1.22 2003/04/22 14:33:38 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user