Преглед изворни кода

* fixed commit to wrong branch

git-svn-id: branches/fixes_2_0@1344 -
florian пре 20 година
родитељ
комит
65f59f1fe9
2 измењених фајлова са 3 додато и 2 уклоњено
  1. 1 2
      compiler/x86_64/cpubase.inc
  2. 2 0
      compiler/x86_64/cpuinfo.pas

+ 1 - 2
compiler/x86_64/cpubase.inc

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

+ 2 - 0
compiler/x86_64/cpuinfo.pas

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