mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 00:07:28 +01:00
* also synchronise FPU and MM CREGISTERS at the end of procedures
git-svn-id: trunk@2178 -
This commit is contained in:
parent
1024b80867
commit
fe71df8928
@ -2125,6 +2125,9 @@ implementation
|
||||
else
|
||||
{$endif cpu64bit}
|
||||
cg.a_reg_sync(list,localloc.register);
|
||||
LOC_CFPUREGISTER,
|
||||
LOC_CMMREGISTER:
|
||||
cg.a_reg_sync(list,localloc.register);
|
||||
LOC_REFERENCE :
|
||||
begin
|
||||
case st.symtabletype of
|
||||
|
||||
Loading…
Reference in New Issue
Block a user