+ added comment why the code path is not yet enabled for 16 bit

git-svn-id: trunk@38281 -
This commit is contained in:
florian 2018-02-18 09:32:54 +00:00
parent e92422383a
commit 29230ebdca

View File

@ -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