mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 22:06:40 +02:00
* fixed compilation on arm in extdebug mode
git-svn-id: trunk@8771 -
This commit is contained in:
parent
c89ea4412f
commit
fa0507ec2c
@ -1559,8 +1559,6 @@ implementation
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
end.
|
|
||||||
|
|
||||||
{$ifdef dummy}
|
{$ifdef dummy}
|
||||||
(*
|
(*
|
||||||
static void gencode (long segment, long offset, int bits,
|
static void gencode (long segment, long offset, int bits,
|
||||||
@ -2499,3 +2497,8 @@ static char *CC[] =
|
|||||||
*)
|
*)
|
||||||
{$endif dummy
|
{$endif dummy
|
||||||
}
|
}
|
||||||
|
|
||||||
|
begin
|
||||||
|
cai_align:=tai_align;
|
||||||
|
end.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user