소스 검색

* rbp can be used for normal purpose under certain conditions so it shouldn't interfere with all other registers

git-svn-id: trunk@26632 -
florian 11 년 전
부모
커밋
a3f58e84be
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      compiler/x86_64/rgcpu.pas

+ 1 - 1
compiler/x86_64/rgcpu.pas

@@ -47,7 +47,7 @@ unit rgcpu;
         supreg:=getsupreg(reg);
         { All registers conflict with rsp/rbp }
         add_edge(supreg,RS_RSP);
-        add_edge(supreg,RS_RBP);
+        // add_edge(supreg,RS_RBP);
       end;
 
 end.