Makefile.mingw corrections and made the code pass much stricter checks (now mandated by Makefile.mignw) to ensure GCC 14 readiness.
This commit is contained in:
@@ -50,11 +50,11 @@
|
||||
#endif
|
||||
|
||||
|
||||
extern void codegen_init();
|
||||
extern void codegen_init(void);
|
||||
#ifdef USE_NEW_DYNAREC
|
||||
extern void codegen_close();
|
||||
extern void codegen_close(void);
|
||||
#endif
|
||||
extern void codegen_flush();
|
||||
extern void codegen_flush(void);
|
||||
|
||||
|
||||
/*Current physical page of block being recompiled. -1 if no recompilation taking place */
|
||||
|
||||
Reference in New Issue
Block a user