mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 23:10:24 +02:00
* now using direct assembler mode
This commit is contained in:
parent
a0badc3a30
commit
36951b9c93
@ -2,7 +2,7 @@
|
|||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
This file is part of the Free Pascal run time library.
|
This file is part of the Free Pascal run time library.
|
||||||
Copyright (c) 1998 by Florian Klaempfl
|
Copyright (c) 1998,99 by Florian Klaempfl
|
||||||
member of the Free Pascal development team
|
member of the Free Pascal development team
|
||||||
|
|
||||||
See the file COPYING.FPC, included in this distribution,
|
See the file COPYING.FPC, included in this distribution,
|
||||||
@ -13,7 +13,9 @@
|
|||||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
|
||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
|
|
||||||
{$define PALMOS}
|
{$define PALMOS}
|
||||||
|
{$ASMMODE DIRECT}
|
||||||
Unit SysPalm;
|
Unit SysPalm;
|
||||||
|
|
||||||
{$I os.inc}
|
{$I os.inc}
|
||||||
@ -92,7 +94,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 1999-05-17 21:52:46 florian
|
Revision 1.6 1999-09-17 10:00:40 florian
|
||||||
|
* now using direct assembler mode
|
||||||
|
|
||||||
|
Revision 1.5 1999/05/17 21:52:46 florian
|
||||||
* most of the Object Pascal stuff moved to the system unit
|
* most of the Object Pascal stuff moved to the system unit
|
||||||
|
|
||||||
Revision 1.4 1999/01/18 10:05:56 pierre
|
Revision 1.4 1999/01/18 10:05:56 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user