mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 11:39:27 +02:00
+ added comment why the code path is not yet enabled for 16 bit
git-svn-id: trunk@38281 -
This commit is contained in:
parent
e92422383a
commit
29230ebdca
@ -276,6 +276,9 @@ implementation
|
||||
end
|
||||
{$endif defined(cpu8bitalu)}
|
||||
{$if defined(cpu8bitalu)}
|
||||
{ this should be also enabled for 16 bit CPUs, however, I have no proper testing facility for 16 bit, my
|
||||
testing results using Dosbox are no reliable }
|
||||
{ $if defined(cpu8bitalu) or defined(cpu16bitalu)}
|
||||
else if (tsetdef(right.resultdef).setbase>=-32768) and
|
||||
(tsetdef(right.resultdef).setmax-tsetdef(right.resultdef).setbase+1<=65536) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user