mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 08:50:19 +02:00
- rm TODO comment for overflow checking from tcg8086.a_op_const_reg, since
overflow checking should not be implemented there. It should only leave the flags in place for the jo instruction, which the IMUL instruction already does. git-svn-id: trunk@26487 -
This commit is contained in:
parent
ba00250fb4
commit
1a846e7c71
@ -524,9 +524,6 @@ unit cgcpu;
|
||||
a_load_reg_reg(list,size,size,ax_subreg,reg);
|
||||
|
||||
ungetcpuregister(list,NR_AX);
|
||||
|
||||
{ TODO: implement overflow checking? }
|
||||
|
||||
exit;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user