Sfoglia il codice sorgente

* fixed make cycle, patch from trunk (r731) can't be applied, covers too much

git-svn-id: branches/fixes_2_0@1345 -
florian 20 anni fa
parent
commit
547ab49ee1
2 ha cambiato i file con 2 aggiunte e 3 eliminazioni
  1. 2 1
      compiler/x86_64/cpubase.inc
  2. 0 2
      compiler/x86_64/cpuinfo.pas

+ 2 - 1
compiler/x86_64/cpubase.inc

@@ -33,7 +33,8 @@ type
     S_FS,S_FL,S_FX,S_FV,S_FXX,
     S_MD,
     S_NEAR,S_FAR,S_SHORT,
-    S_T
+    S_T,
+    S_XMM
   );
 
 {*****************************************************************************

+ 0 - 2
compiler/x86_64/cpuinfo.pas

@@ -59,8 +59,6 @@ Const
    { calling conventions supported by the code generator }
    supported_calling_conventions : tproccalloptions = [
      pocall_internproc,
-     pocall_compilerproc,
-     pocall_inline,
      pocall_register,
      pocall_safecall,
      pocall_stdcall,