소스 검색

* explicitly add asmmode, resolves #27255

git-svn-id: trunk@29424 -
florian 10 년 전
부모
커밋
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,