mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 09:26:15 +02:00
* killed fpc_geteipbasebx in the startup code, mantis #19504
git-svn-id: trunk@17680 -
This commit is contained in:
parent
8a8a2ad4e0
commit
cdb4975530
@ -36,12 +36,6 @@
|
|||||||
|
|
||||||
procedure PASCALMAIN; external name 'PASCALMAIN';
|
procedure PASCALMAIN; external name 'PASCALMAIN';
|
||||||
|
|
||||||
function fpc_geteipasebx : pointer; compilerproc; nostackframe; assembler;
|
|
||||||
asm
|
|
||||||
movl (%esp),%ebx
|
|
||||||
ret
|
|
||||||
end;
|
|
||||||
|
|
||||||
{******************************************************************************
|
{******************************************************************************
|
||||||
Process start/halt
|
Process start/halt
|
||||||
******************************************************************************}
|
******************************************************************************}
|
||||||
|
Loading…
Reference in New Issue
Block a user