* 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:
florian 2013-03-10 18:53:49 +00:00
parent b321f867c6
commit 8c24a85462

View File

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