Fixed JIT FPU bugs (Starstruck demo corruption, etc.)

This commit is contained in:
Dimitris Panokostas 2018-02-08 20:40:37 +01:00
parent 88316d7916
commit b9dc57af87
14 changed files with 1735 additions and 121 deletions

View file

@ -1010,6 +1010,17 @@ extern compop_func op_80b9_0_comp_ff;
extern compop_func op_80ba_0_comp_ff;
extern compop_func op_80bb_0_comp_ff;
extern compop_func op_80bc_0_comp_ff;
extern compop_func op_80c0_0_comp_ff;
extern compop_func op_80d0_0_comp_ff;
extern compop_func op_80d8_0_comp_ff;
extern compop_func op_80e0_0_comp_ff;
extern compop_func op_80e8_0_comp_ff;
extern compop_func op_80f0_0_comp_ff;
extern compop_func op_80f8_0_comp_ff;
extern compop_func op_80f9_0_comp_ff;
extern compop_func op_80fa_0_comp_ff;
extern compop_func op_80fb_0_comp_ff;
extern compop_func op_80fc_0_comp_ff;
extern compop_func op_8110_0_comp_ff;
extern compop_func op_8118_0_comp_ff;
extern compop_func op_8120_0_comp_ff;
@ -1031,6 +1042,17 @@ extern compop_func op_81a8_0_comp_ff;
extern compop_func op_81b0_0_comp_ff;
extern compop_func op_81b8_0_comp_ff;
extern compop_func op_81b9_0_comp_ff;
extern compop_func op_81c0_0_comp_ff;
extern compop_func op_81d0_0_comp_ff;
extern compop_func op_81d8_0_comp_ff;
extern compop_func op_81e0_0_comp_ff;
extern compop_func op_81e8_0_comp_ff;
extern compop_func op_81f0_0_comp_ff;
extern compop_func op_81f8_0_comp_ff;
extern compop_func op_81f9_0_comp_ff;
extern compop_func op_81fa_0_comp_ff;
extern compop_func op_81fb_0_comp_ff;
extern compop_func op_81fc_0_comp_ff;
extern compop_func op_9000_0_comp_ff;
extern compop_func op_9010_0_comp_ff;
extern compop_func op_9018_0_comp_ff;
@ -2479,6 +2501,17 @@ extern compop_func op_80b9_0_comp_nf;
extern compop_func op_80ba_0_comp_nf;
extern compop_func op_80bb_0_comp_nf;
extern compop_func op_80bc_0_comp_nf;
extern compop_func op_80c0_0_comp_nf;
extern compop_func op_80d0_0_comp_nf;
extern compop_func op_80d8_0_comp_nf;
extern compop_func op_80e0_0_comp_nf;
extern compop_func op_80e8_0_comp_nf;
extern compop_func op_80f0_0_comp_nf;
extern compop_func op_80f8_0_comp_nf;
extern compop_func op_80f9_0_comp_nf;
extern compop_func op_80fa_0_comp_nf;
extern compop_func op_80fb_0_comp_nf;
extern compop_func op_80fc_0_comp_nf;
extern compop_func op_8110_0_comp_nf;
extern compop_func op_8118_0_comp_nf;
extern compop_func op_8120_0_comp_nf;
@ -2500,6 +2533,17 @@ extern compop_func op_81a8_0_comp_nf;
extern compop_func op_81b0_0_comp_nf;
extern compop_func op_81b8_0_comp_nf;
extern compop_func op_81b9_0_comp_nf;
extern compop_func op_81c0_0_comp_nf;
extern compop_func op_81d0_0_comp_nf;
extern compop_func op_81d8_0_comp_nf;
extern compop_func op_81e0_0_comp_nf;
extern compop_func op_81e8_0_comp_nf;
extern compop_func op_81f0_0_comp_nf;
extern compop_func op_81f8_0_comp_nf;
extern compop_func op_81f9_0_comp_nf;
extern compop_func op_81fa_0_comp_nf;
extern compop_func op_81fb_0_comp_nf;
extern compop_func op_81fc_0_comp_nf;
extern compop_func op_9000_0_comp_nf;
extern compop_func op_9010_0_comp_nf;
extern compop_func op_9018_0_comp_nf;