JIT: implemented BFINS
Merged from TomB's repo
This commit is contained in:
parent
d143b40692
commit
b604306194
15 changed files with 2844 additions and 292 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue