mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-05 16:18:36 +02:00
* turn off stack frame stripping for i8086 for now, it cannot do sp relative addressing
git-svn-id: branches/i8086@23783 -
This commit is contained in:
parent
b321f867c6
commit
8c24a85462
@ -937,7 +937,7 @@ implementation
|
||||
begin
|
||||
tg:=tgobjclass.create;
|
||||
|
||||
{$if defined(x86) or defined(arm)}
|
||||
{$if defined(i386) or defined(x86_64) or defined(arm)}
|
||||
{ try to strip the stack frame }
|
||||
{ set the framepointer to esp if:
|
||||
- no assembler directive, those are handled in assembler_block
|
||||
|
Loading…
Reference in New Issue
Block a user