Parcourir la source

* fixed comment about assembler directive handling and stack frames

git-svn-id: trunk@6113 -
Jonas Maebe il y a 18 ans
Parent
commit
a32da9bc10
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      compiler/psub.pas

+ 2 - 1
compiler/psub.pas

@@ -763,7 +763,8 @@ implementation
 {$if defined(x86) or defined(arm)}
             { try to strip the stack frame }
             { set the framepointer to esp if:
-              - no assembler directive
+              - no assembler directive, those are handled elsewhere
+                (for cases not caught by the Delphi exception below)
               - no exceptions are used
               - no debug info
               - no pushes are used/esp modifications, could be: