+ fixed mistyped call to BsfWord in test tbsx1.pp

git-svn-id: trunk@26594 -
This commit is contained in:
nickysn 2014-01-26 23:50:30 +00:00
parent 4c27c42f35
commit 1faf138667

View File

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