mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 06:02:07 +01:00
+ let a_load_loc_reg handle also LOC_*MMREGISTER as we have loadmm_*intreg*
git-svn-id: trunk@37372 -
This commit is contained in:
parent
c93a5438b2
commit
f0c237a159
@ -1641,6 +1641,8 @@ implementation
|
||||
a_load_reg_reg(list,loc.size,tosize,loc.register,reg);
|
||||
LOC_CONSTANT:
|
||||
a_load_const_reg(list,tosize,loc.value,reg);
|
||||
LOC_MMREGISTER,LOC_CMMREGISTER:
|
||||
a_loadmm_reg_intreg(list,loc.size,tosize,loc.register,reg,mms_movescalar);
|
||||
else
|
||||
internalerror(200109092);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user