+ implemented Sptr

git-svn-id: branches/z80@44967 -
This commit is contained in:
nickysn 2020-04-21 17:25:48 +00:00
parent 4e4cb4fd9d
commit c616c8df32

View File

@ -108,8 +108,10 @@ function get_caller_frame(framebp:pointer;addr:pointer=nil):pointer;assembler;
{$define FPC_SYSTEM_HAS_SPTR}
Function Sptr : pointer;assembler;
Function Sptr : pointer;assembler;nostackframe;
asm
ld hl, 0
add hl, sp
end;