mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 23:28:28 +02:00
* Xtensa: fpc_setjmp dummy
git-svn-id: trunk@45118 -
This commit is contained in:
parent
8ef29235c3
commit
7dfefcb1f6
@ -14,13 +14,12 @@
|
||||
|
||||
**********************************************************************}
|
||||
|
||||
function fpc_setjmp(var S : jmp_buf) : longint;assembler;[Public, alias : 'FPC_SETJMP'];nostackframe; compilerproc;
|
||||
function fpc_setjmp(var S : jmp_buf) : longint;assembler;[Public, alias : 'FPC_SETJMP']; compilerproc;
|
||||
asm
|
||||
movi a2,0
|
||||
end;
|
||||
|
||||
|
||||
procedure fpc_longjmp(var S : jmp_buf;value : longint);assembler;[Public, alias : 'FPC_LONGJMP']; compilerproc;
|
||||
asm
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user