Fix tw32115 test for msdos target by using longint type explicitly for CalcSmth function parameter

git-svn-id: trunk@37445 -
This commit is contained in:
pierre 2017-10-11 06:25:31 +00:00
parent 4109738582
commit c8722d4237

View File

@ -1,7 +1,7 @@
{$mode objfpc}
program Project1;
function CalcSmth(const AValue: Integer): Integer;
function CalcSmth(const AValue: LongInt): Integer;
begin
case AValue of
-9999999..-1000000: Result := 2;