Browse Source

* now using direct assembler mode

florian 26 years ago
parent
commit
36951b9c93
1 changed files with 7 additions and 2 deletions
  1. 7 2
      rtl/palmos/syspalm.pp

+ 7 - 2
rtl/palmos/syspalm.pp

@@ -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