Browse Source

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

git-svn-id: trunk@32981 -
sergei 9 years ago
parent
commit
53d7018482
1 changed files with 1 additions and 1 deletions
  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