mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 23:33:33 +01:00
* fixed loc_mmregister bug in r4611
git-svn-id: trunk@5816 -
This commit is contained in:
parent
3610a8eb53
commit
003a23c748
@ -1442,7 +1442,7 @@ implementation
|
||||
end;
|
||||
LOC_CMMREGISTER:
|
||||
begin
|
||||
sym.initialloc.register:=cg.getmmregister(list,sym.localloc.size);
|
||||
sym.initialloc.register:=cg.getmmregister(list,sym.initialloc.size);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user