JIT: implemented BFINS

Merged from TomB's repo
This commit is contained in:
Dimitris Panokostas 2020-02-22 10:06:52 +01:00
parent d143b40692
commit b604306194
15 changed files with 2844 additions and 292 deletions

View file

@ -133,7 +133,7 @@ struct regstruct
#ifdef JIT
/* store scratch regs also in this struct to avoid load of mem pointer */
uae_u32 scratchregs[VREGS - 16];
uae_u32 scratchregs[VREGS - S1];
fpu_register scratchfregs[VFREGS - 8];
uae_u32 jit_exception;