* 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:
Jonas Maebe 2015-11-21 12:36:32 +00:00
parent 8e43a8a9cf
commit ba37a48bcb

View File

@ -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);