|
@@ -285,6 +285,9 @@ implementation
|
|
|
RS_F16,RS_F17,RS_F18,RS_F19,RS_F20,RS_F21,RS_F22,RS_F23,
|
|
|
RS_F24,RS_F25,RS_F26,RS_F27,RS_F28,RS_F29,RS_F30,RS_F31],
|
|
|
first_fpu_imreg,[]);
|
|
|
+ { needs at least one element for rgobj not to crash }
|
|
|
+ rg[R_MMREGISTER]:=trgcpu.create(R_MMREGISTER,R_SUBNONE,
|
|
|
+ [RS_L0],first_mm_imreg,[]);
|
|
|
end;
|
|
|
|
|
|
|