mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:50:36 +02:00
+ implemented get_frame
git-svn-id: branches/z80@44966 -
This commit is contained in:
parent
2aa248bba2
commit
4e4cb4fd9d
@ -89,6 +89,8 @@ end;
|
||||
{$define FPC_SYSTEM_HAS_GET_FRAME}
|
||||
function get_frame:pointer;assembler;nostackframe;
|
||||
asm
|
||||
push ix
|
||||
pop hl
|
||||
end;
|
||||
{$ENDIF not INTERNAL_BACKTRACE}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user