mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:28:14 +02:00
17 lines
174 B
ObjectPascal
17 lines
174 B
ObjectPascal
|
|
unit bug0102;
|
|
interface
|
|
|
|
implementation
|
|
|
|
procedure int_help_constructor;
|
|
|
|
begin
|
|
asm
|
|
movem.l d0-a7,-(sp)
|
|
end;
|
|
end;
|
|
|
|
|
|
end.
|