mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +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;
|
||||
x16:=0;
|
||||
f:=BsfDWord(x16);
|
||||
f:=BsfWord(x16);
|
||||
if (f<>$ff) then
|
||||
begin
|
||||
writeln('BsfWord(',x16,') returned ',f,', should be ',$ff);
|
||||
|
Loading…
Reference in New Issue
Block a user