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