mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 00:07:52 +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
|
begin
|
||||||
tg:=tgobjclass.create;
|
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 }
|
{ try to strip the stack frame }
|
||||||
{ set the framepointer to esp if:
|
{ set the framepointer to esp if:
|
||||||
- no assembler directive, those are handled in assembler_block
|
- no assembler directive, those are handled in assembler_block
|
||||||
|
Loading…
Reference in New Issue
Block a user