mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 15:29:11 +02:00
* disable test on avr
git-svn-id: trunk@37609 -
This commit is contained in:
parent
cb087279d6
commit
0f637434a3
@ -1,3 +1,8 @@
|
|||||||
|
{$ifdef CPUAVR}
|
||||||
|
{ avr does not support an exitproc }
|
||||||
|
begin
|
||||||
|
end.
|
||||||
|
{$else CPUAVR}
|
||||||
{$S+}
|
{$S+}
|
||||||
|
|
||||||
{ Program to check that an infinite recursion
|
{ Program to check that an infinite recursion
|
||||||
@ -60,3 +65,4 @@ begin
|
|||||||
exitproc:=@stack_check_exit;
|
exitproc:=@stack_check_exit;
|
||||||
x:=inf_rec(5000);
|
x:=inf_rec(5000);
|
||||||
end.
|
end.
|
||||||
|
{$endif CPUAVR}
|
||||||
|
Loading…
Reference in New Issue
Block a user