Browse Source

* killed fpc_geteipbasebx in the startup code, mantis #19504

git-svn-id: trunk@17680 -
marco 14 năm trước cách đây
mục cha
commit
cdb4975530
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      rtl/linux/i386/si_prc.inc

+ 0 - 6
rtl/linux/i386/si_prc.inc

@@ -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
  ******************************************************************************}