mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 09:30:22 +02:00
* more epxlanation about the "elsewhere"
git-svn-id: trunk@6114 -
This commit is contained in:
parent
a32da9bc10
commit
bb0bd621d4
@ -763,8 +763,9 @@ implementation
|
||||
{$if defined(x86) or defined(arm)}
|
||||
{ try to strip the stack frame }
|
||||
{ set the framepointer to esp if:
|
||||
- no assembler directive, those are handled elsewhere
|
||||
(for cases not caught by the Delphi exception below)
|
||||
- no assembler directive, those are handled in assembler_block
|
||||
in pstatment.pas (for cases not caught by the Delphi
|
||||
exception below)
|
||||
- no exceptions are used
|
||||
- no debug info
|
||||
- no pushes are used/esp modifications, could be:
|
||||
|
Loading…
Reference in New Issue
Block a user