mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 13:59:47 +02:00
* now using direct assembler mode
This commit is contained in:
parent
a0badc3a30
commit
36951b9c93
@ -2,7 +2,7 @@
|
||||
$Id$
|
||||
|
||||
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
|
||||
|
||||
See the file COPYING.FPC, included in this distribution,
|
||||
@ -13,7 +13,9 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
{$define PALMOS}
|
||||
{$ASMMODE DIRECT}
|
||||
Unit SysPalm;
|
||||
|
||||
{$I os.inc}
|
||||
@ -92,7 +94,10 @@ end.
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.4 1999/01/18 10:05:56 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user