mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 08:29:29 +02:00
* fixed compilation of JVM rtls after r24188 (there is no JMP_BUF type
on that platform) git-svn-id: trunk@24259 -
This commit is contained in:
parent
0553754d05
commit
9023148bb1
@ -1635,7 +1635,11 @@ implementation
|
||||
in options or init_parser }
|
||||
stacksize:=0;
|
||||
{ not initialized yet }
|
||||
{$ifndef jvm}
|
||||
jmp_buf_size:=-1;
|
||||
{$else}
|
||||
jmp_buf_size:=0;
|
||||
{$endif}
|
||||
apptype:=app_cui;
|
||||
|
||||
{ Init values }
|
||||
|
Loading…
Reference in New Issue
Block a user