소스 검색

* removed 'nostackframe' attribute, since on i386 assembler procedures reference non-register parameters relative to ebp.

git-svn-id: trunk@32981 -
sergei 9 년 전
부모
커밋
53d7018482
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/linux/i386/si_dll.inc

+ 1 - 1
rtl/linux/i386/si_dll.inc

@@ -33,7 +33,7 @@ end;
 
 { this routine is only called when the halt() routine of the RTL embedded in
   the shared library is called }
-procedure _FPC_shared_lib_haltproc(e:longint); cdecl; assembler; nostackframe; public name '_haltproc';
+procedure _FPC_shared_lib_haltproc(e:longint); cdecl; assembler; public name '_haltproc';
 asm
 .Lhaltproc:
   movl    e,%ebx