mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 13:59:29 +02:00
+ write a debug output message and trap in FPC_LONGJMP for WebAssembly
git-svn-id: branches/wasm@48443 -
This commit is contained in:
parent
4ef1367019
commit
2c2f2189e3
@ -22,4 +22,6 @@ 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
|
||||
DebugWriteLn('LONGJMP not supported in WebAssembly!!!');
|
||||
fpc_wasm32_unreachable;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user