mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 02:49:21 +02:00
+ fixed mistyped call to BsfWord in test tbsx1.pp
git-svn-id: trunk@26594 -
This commit is contained in:
parent
4c27c42f35
commit
1faf138667
@ -61,7 +61,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
x16:=0;
|
x16:=0;
|
||||||
f:=BsfDWord(x16);
|
f:=BsfWord(x16);
|
||||||
if (f<>$ff) then
|
if (f<>$ff) then
|
||||||
begin
|
begin
|
||||||
writeln('BsfWord(',x16,') returned ',f,', should be ',$ff);
|
writeln('BsfWord(',x16,') returned ',f,', should be ',$ff);
|
||||||
|
Loading…
Reference in New Issue
Block a user