mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-29 17:59:21 +02:00
* rbp can be used for normal purpose under certain conditions so it shouldn't interfere with all other registers
git-svn-id: trunk@26632 -
This commit is contained in:
parent
ecdfe75841
commit
a3f58e84be
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user