|
@@ -1556,8 +1556,9 @@ implementation
|
|
else
|
|
else
|
|
exit;
|
|
exit;
|
|
end;
|
|
end;
|
|
|
|
+ { If rbp or r13 is used we must always include an offset }
|
|
if (br=NR_NO) or
|
|
if (br=NR_NO) or
|
|
- ((br<>NR_RBP) and (o=0) and (sym=nil)) then
|
|
|
|
|
|
+ ((br<>NR_RBP) and (br<>NR_R13) and (o=0) and (sym=nil)) then
|
|
md:=0
|
|
md:=0
|
|
else
|
|
else
|
|
if ((o>=-128) and (o<=127) and (sym=nil)) then
|
|
if ((o>=-128) and (o<=127) and (sym=nil)) then
|