Logged In: YES
user_id=54722

Ouch, I never got this error. Do you mean this error happens only in JIT
mode? If so, could you please:

1) Tell me which compiler version you used to build B2? If this is any gcc
< 3.2, please try to replace any reference to X86_ASSEMBLY__disable
with plain X86_ASSEMBLY (i.e. remove "__disable" extension) from
uae_cpu/compiler/compemu_support.cpp. Then remake it.

2) If this still fails, please try to check out "mon" sources (from the same
CVS server) and place in on the same level as BasiliskII sources. Then,
configure with --enable-jit-compiler --enable-jit-debug and rebuild B2.
Now, on next crash, there will be more bits to report like latest translated
block run.