浏览代码

* 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,