mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 07:13:32 +02:00
* fixed compilation of the embedded target
git-svn-id: branches/wasm@48462 -
This commit is contained in:
parent
8b52969b62
commit
cfc9838349
@ -22,6 +22,8 @@ function fpc_setjmp(var S : jmp_buf) : longint;[Public, alias : 'FPC_SETJMP'];co
|
||||
|
||||
procedure fpc_longjmp(var S : jmp_buf;value : longint);[Public, alias : 'FPC_LONGJMP'];compilerproc;
|
||||
begin
|
||||
{$ifndef embedded}
|
||||
DebugWriteLn('LONGJMP not supported in WebAssembly!!!');
|
||||
{$endif embedded}
|
||||
fpc_wasm32_unreachable;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user