View Single Post
Old 14 May 2019, 16:13   #10
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Quote:
Originally Posted by Foul View Post
I'm not a coder but i think the question is : why with the little modification in the sourcecode, everything is working well ! and if it affect something else...
What happens when you add
#define DISABLE_I_MVEL
is that you force UAE to run this instruction using the normal interpreter. So, if there is a bug with the JIT implementation of this instruction, then this will do as a workaround. However, there is some overhead in dropping out of JIT mode into interpreter mode and back, so obviously not a real solution.

Let's test this again later with merged code from WinUAE 4.2.0. There's been some JIT merges from Aranym, so maybe the problem is already fixed.
FrodeSolheim is offline  
 
Page generated in 0.06598 seconds with 11 queries