fix/allow to build with JIT support on
commitdb5350babef98633e66b337096304d2baf18ac30
authorrofl0r <rofl0r@users.noreply.github.com>
Thu, 25 Mar 2021 02:49:56 +0000 (25 02:49 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Thu, 25 Mar 2021 02:49:59 +0000 (25 02:49 +0000)
treeca9b8eaef597dd9b289502e60ee007d2c67a19c2
parent14b9347433b58854e13fb694db34b465ecc41b55
fix/allow to build with JIT support on

note that at least in the SDL UI there's currently no way to turn
it on at runtime - the highest CPU selectable in the GUI is 68020
(i don't remember what's limiting it to that value), and JIT in
this version of WinUAE based UAE core requires 68030+ for JIT usage,
plus setting of some internal variables, which would require a new
GUI configuration option toggling those.
Makefile
README
config.mak.in
configure.ac
src/compemu_raw_x86.c
src/writelog.c