mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:08:22 +02:00

* tasm2.pp already detected this bug if run with -al option. Added a copy of tasm2.pp and configured it with -al, so it is run daily on all suitable machines. git-svn-id: trunk@35626 -
8 lines
61 B
ObjectPascal
8 lines
61 B
ObjectPascal
{ %CPU=x86_64 }
|
|
|
|
{$include tasm2.inc}
|
|
|
|
begin
|
|
TestAll;
|
|
end.
|