mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 11:29:24 +02:00
* support OS_32..OS_128 as source size for LOC_(C)MMREGISTER records
in a_load_ref_cgpara() (if a record is located in memory and needs to be passed in mmregisters) git-svn-id: trunk@32402 -
This commit is contained in:
parent
8e43a8a9cf
commit
ba37a48bcb
@ -259,7 +259,8 @@ implementation
|
||||
OS_F128:
|
||||
a_loadmm_ref_reg(list,location^.def,location^.def,tmpref,location^.register,mms_movescalar);
|
||||
OS_M8..OS_M128,
|
||||
OS_MS8..OS_MS128:
|
||||
OS_MS8..OS_MS128,
|
||||
OS_32..OS_128:
|
||||
a_loadmm_ref_reg(list,location^.def,location^.def,tmpref,location^.register,nil);
|
||||
else
|
||||
internalerror(2010053101);
|
||||
|
Loading…
Reference in New Issue
Block a user