Prechádzať zdrojové kódy

* fixed assembling of (%rbp)

git-svn-id: trunk@3239 -
florian 19 rokov pred
rodič
commit
f702b481f0
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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