mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 03:07:29 +01:00
+ Xtensa: Sptr
git-svn-id: trunk@45299 -
This commit is contained in:
parent
56b79257a1
commit
ba8cddb546
@ -53,8 +53,9 @@ function get_caller_frame(framebp:pointer;addr:pointer=nil):pointer;assembler;no
|
||||
|
||||
|
||||
{$define FPC_SYSTEM_HAS_SPTR}
|
||||
Function Sptr : pointer;assembler;nostackframe;
|
||||
Function Sptr : pointer;assembler;
|
||||
asm
|
||||
mov a2,a1
|
||||
end;
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user