Allow compilation for JVM CPU

git-svn-id: trunk@38145 -
This commit is contained in:
pierre 2018-02-06 22:39:17 +00:00
parent 21a18de003
commit 253cf4abe1

View File

@ -554,7 +554,11 @@ uses
Video,Strings,Keyboard,Validate,
globtype,Tokens,Version,
systems,cpubase,
{$ifdef jvm}
//itcpujas,
{$else}
itcpugas,
{$endif jvm}
{$if defined(I386) or defined(x64_86)}
rax86,
{$endif}