Переглянути джерело

+ {$asmmode att} for people with -Rintel in their ppc386.cfg

Jonas Maebe 25 роки тому
батько
коміт
674a208dbf
1 змінених файлів з 6 додано та 1 видалено
  1. 6 1
      compiler/tpexcept.pas

+ 6 - 1
compiler/tpexcept.pas

@@ -207,6 +207,8 @@ implementation
 
 {$else Delphi}
 
+{$asmmode ATT}
+
     function setjmp(var rec : jmp_buf) : longint;
       begin
          asm
@@ -351,7 +353,10 @@ implementation
 end.
 {
   $Log$
-  Revision 1.10  2000-02-09 13:23:08  peter
+  Revision 1.11  2000-02-11 23:59:35  jonas
+    + {$asmmode att} for people with -Rintel in their ppc386.cfg
+
+  Revision 1.10  2000/02/09 13:23:08  peter
     * log truncated
 
   Revision 1.9  2000/01/07 01:14:48  peter