* 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:
Jonas Maebe 2013-04-16 10:08:58 +00:00
parent 0553754d05
commit 9023148bb1

View File

@ -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 }