mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:29:16 +02:00
* fixed bootstrapping with 2.0.4
git-svn-id: trunk@5837 -
This commit is contained in:
parent
c59c9cdfae
commit
74c9eefc99
@ -56,6 +56,7 @@ begin
|
|||||||
PASCALMAIN;
|
PASCALMAIN;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
{$ifndef VER2_0}
|
||||||
procedure initdummy; assembler; nostackframe;
|
procedure initdummy; assembler; nostackframe;
|
||||||
label
|
label
|
||||||
FPC_LIB_START;
|
FPC_LIB_START;
|
||||||
@ -72,7 +73,7 @@ FPC_LIB_START:
|
|||||||
{$endif FPC_PIC}
|
{$endif FPC_PIC}
|
||||||
.text
|
.text
|
||||||
end;
|
end;
|
||||||
|
{$endif VER_2_0}
|
||||||
|
|
||||||
procedure _FPC_shared_lib_haltproc; assembler; nostackframe; public name '_haltproc';
|
procedure _FPC_shared_lib_haltproc; assembler; nostackframe; public name '_haltproc';
|
||||||
asm
|
asm
|
||||||
|
Loading…
Reference in New Issue
Block a user