mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* no need to call maybeadjustresult() after performing a 64 bit operation
git-svn-id: trunk@33379 -
This commit is contained in:
parent
3e96806f7e
commit
73a303c899
@ -1360,9 +1360,7 @@ implementation
|
||||
ovloc.resflags:=F_CC
|
||||
else
|
||||
ovloc.resflags:=F_VS;
|
||||
{ finished; since we won't call through to a_op_reg_reg_reg,
|
||||
adjust the result here if necessary }
|
||||
maybeadjustresult(list,op,size,dst);
|
||||
{ finished }
|
||||
exit;
|
||||
end;
|
||||
OP_MUL:
|
||||
|
Loading…
Reference in New Issue
Block a user