* killed fpc_geteipbasebx in the startup code, mantis #19504

git-svn-id: trunk@17680 -
This commit is contained in:
marco 2011-06-06 20:26:22 +00:00
parent 8a8a2ad4e0
commit cdb4975530

View File

@ -36,12 +36,6 @@
procedure PASCALMAIN; external name 'PASCALMAIN';
function fpc_geteipasebx : pointer; compilerproc; nostackframe; assembler;
asm
movl (%esp),%ebx
ret
end;
{******************************************************************************
Process start/halt
******************************************************************************}