mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:29:09 +02:00
* fixed comment about assembler directive handling and stack frames
git-svn-id: trunk@6113 -
This commit is contained in:
parent
302a2a3ec2
commit
a32da9bc10
@ -763,7 +763,8 @@ implementation
|
|||||||
{$if defined(x86) or defined(arm)}
|
{$if defined(x86) or defined(arm)}
|
||||||
{ try to strip the stack frame }
|
{ try to strip the stack frame }
|
||||||
{ set the framepointer to esp if:
|
{ 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 exceptions are used
|
||||||
- no debug info
|
- no debug info
|
||||||
- no pushes are used/esp modifications, could be:
|
- no pushes are used/esp modifications, could be:
|
||||||
|
Loading…
Reference in New Issue
Block a user