浏览代码

* fixed assembling of (%rbp)

git-svn-id: trunk@3239 -
florian 19 年之前
父节点
当前提交
f702b481f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/x86/aasmcpu.pas

+ 1 - 1
compiler/x86/aasmcpu.pas

@@ -1557,7 +1557,7 @@ implementation
             exit;
            end;
            if (br=NR_NO) or
-              ((br<>NR_EBP) and (o=0) and (sym=nil)) then
+              ((br<>NR_RBP) and (o=0) and (sym=nil)) then
             md:=0
            else
             if ((o>=-128) and (o<=127) and (sym=nil)) then