소스 검색

* rex is x86_64 only

git-svn-id: trunk@3078 -
peter 19 년 전
부모
커밋
583668896a
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      compiler/x86/aasmcpu.pas

+ 2 - 0
compiler/x86/aasmcpu.pas

@@ -1835,9 +1835,11 @@ implementation
               inc(len);
             214 :
               begin
+{$ifdef x86_64}
                 if rex=0 then
                   inc(len);
                 rex:=rex or $48;
+{$endif x86_64}
               end;
             200,
             201,