mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-24 04:59:13 +02:00
* compilation after merge fixed
This commit is contained in:
parent
aaa6f0d9c5
commit
dfb8794d4d
@ -1004,7 +1004,7 @@ implementation
|
||||
list.concat(taicpu.op_reg_reg_const_const(A_BFI,tmpreg,tmpreg2,i*8,8));
|
||||
end;
|
||||
if (tosize in [OS_S8,OS_S16]) then
|
||||
list.concat(taicpu.op_reg_reg(A_SXTH,tmpreg,tmpreg);
|
||||
list.concat(taicpu.op_reg_reg(A_SXTH,tmpreg,tmpreg));
|
||||
a_load_reg_reg(list,fromsize,tosize,tmpreg,register);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user