Ver código fonte

* leave stackframe on x86-64 as well away if possible

git-svn-id: trunk@2187 -
florian 19 anos atrás
pai
commit
9670e0eb78
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      compiler/psub.pas

+ 2 - 2
compiler/psub.pas

@@ -724,7 +724,7 @@ implementation
             { set the start offset to the start of the temp area in the stack }
             tg:=ttgobj.create;
 
-{$ifdef i386}
+{$ifdef x86}
             { try to strip the stack frame }
             { set the framepointer to esp if:
               - no assembler directive, those are handled elsewhere
@@ -755,7 +755,7 @@ implementation
                      tg.direction:=1;
                    end;
                end;
-{$endif i386}
+{$endif x86}
 
             { Create register allocator }
             cg.init_register_allocators;