mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 23:19:25 +02:00
* comment links to test now
git-svn-id: trunk@38204 -
This commit is contained in:
parent
e5ebc65cce
commit
092223f400
@ -2677,7 +2677,7 @@ unit cgx86;
|
||||
getcpuregister(list,REGSI);
|
||||
{$ifdef i8086}
|
||||
{ at this point, si and di are allocated, so no register is available as index =>
|
||||
compiler will hang/ie during spilling, so avoid that srcref has base and index }
|
||||
compiler will hang/ie during spilling, so avoid that srcref has base and index, see also tests/tbs/tb0637.pp }
|
||||
if (srcref.base<>NR_NO) and (srcref.index<>NR_NO) then
|
||||
begin
|
||||
r:=getaddressregister(list);
|
||||
|
Loading…
Reference in New Issue
Block a user