fpc/bugs/bug0102.pp
1998-03-25 11:26:49 +00:00

17 lines
174 B
ObjectPascal

unit bug0102;
interface
implementation
procedure int_help_constructor;
begin
asm
movem.l d0-a7,-(sp)
end;
end;
end.