Explorar el Código

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

git-svn-id: trunk@2187 -
florian hace 20 años
padre
commit
9670e0eb78
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;