mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 08:59:26 +02:00
* fixed test tbsx1.pp for a 16-bit objpas.integer type
git-svn-id: trunk@27050 -
This commit is contained in:
parent
b11e26cf55
commit
5ac193dfc3
@ -83,7 +83,7 @@ var
|
||||
begin
|
||||
for i:=0 to 31 do
|
||||
begin
|
||||
x32:=1 shl i;
|
||||
x32:=cardinal(1) shl i;
|
||||
f:=BsfDWord(x32);
|
||||
if (f<>i) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user