+ implemented get_frame

git-svn-id: branches/z80@44966 -
This commit is contained in:
nickysn 2020-04-21 17:16:17 +00:00
parent 2aa248bba2
commit 4e4cb4fd9d

View File

@ -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}