Synced JIT files with Master branch

This commit is contained in:
Dimitris Panokostas 2017-01-23 15:16:00 +01:00
parent 589c2f7092
commit c923210b7b
6 changed files with 6 additions and 6 deletions

View file

@ -61823,4 +61823,4 @@ return 0;
} }
#endif #endif
#endif #endif

View file

@ -103,4 +103,4 @@ void comp_fpp_opp (uae_u32 opcode, uae_u16 extra)
{ {
printf("comp_fpp_opp not yet implemented\n"); printf("comp_fpp_opp not yet implemented\n");
} }
#endif #endif

View file

@ -3430,4 +3430,4 @@ void dump_compiler(uae_u32* sp)
} }
#endif #endif

View file

@ -3745,4 +3745,4 @@ extern const struct comptbl op_smalltbl_0_comp_nf[] = {
{ op_f620_0_comp_nf, 0x00000002, 63008 }, /* MOVE16 */ { op_f620_0_comp_nf, 0x00000002, 63008 }, /* MOVE16 */
{ NULL, 0x00000001, 63488 }, /* LPSTOP */ { NULL, 0x00000001, 63488 }, /* LPSTOP */
{ 0, 0,65536 }}; { 0, 0,65536 }};
#endif #endif

View file

@ -2891,4 +2891,4 @@ extern compop_func op_f600_0_comp_nf;
extern compop_func op_f608_0_comp_nf; extern compop_func op_f608_0_comp_nf;
extern compop_func op_f610_0_comp_nf; extern compop_func op_f610_0_comp_nf;
extern compop_func op_f618_0_comp_nf; extern compop_func op_f618_0_comp_nf;
extern compop_func op_f620_0_comp_nf; extern compop_func op_f620_0_comp_nf;

View file

@ -3255,4 +3255,4 @@ int main(int argc, char *argv[])
fclose(stblfile); fclose(stblfile);
fclose(headerfile); fclose(headerfile);
return 0; return 0;
} }