瀏覽代碼

* explicitly add asmmode, resolves #27255

git-svn-id: trunk@29424 -
florian 11 年之前
父節點
當前提交
43515ab109
共有 3 個文件被更改,包括 5 次插入0 次删除
  1. 1 0
      rtl/win64/signals.pp
  2. 2 0
      rtl/win64/system.pp
  3. 2 0
      rtl/x86_64/cpu.pp

+ 1 - 0
rtl/win64/signals.pp

@@ -345,6 +345,7 @@ interface
 
 
 implementation
 implementation
 
 
+{$asmmode att}
 
 
 const
 const
      EXCEPTION_ACCESS_VIOLATION = $c0000005;
      EXCEPTION_ACCESS_VIOLATION = $c0000005;

+ 2 - 0
rtl/win64/system.pp

@@ -100,6 +100,8 @@ Const
 
 
 implementation
 implementation
 
 
+{$asmmode att}
+
 var
 var
   SysInstance : qword;public;
   SysInstance : qword;public;
 
 

+ 2 - 0
rtl/x86_64/cpu.pp

@@ -41,6 +41,8 @@ unit cpu;
 
 
   implementation
   implementation
 
 
+{$asmmode att}
+
     var
     var
       _AESSupport,
       _AESSupport,
       _AVXSupport,
       _AVXSupport,