Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37740232
en ru br
ALT Linux repositórios
S:1.33-alt2
5.0: 1.23-alt8
4.1: 1.23-alt8
4.0: 1.23-alt8
3.0: 1.23-alt7

Group :: Emuladores
RPM: dgen-sdl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: dgen-sdl-1.23-m68kmake.c.patch
Download


--- dgen-1.23.orig/musa/m68kmake.c
+++ dgen-1.23/musa/m68kmake.c
@@ -1029,9 +1029,10 @@
 	fprintf(filep, "/* ========================= OPCODE TABLE BUILDER ========================= */\n");
 	fprintf(filep, "/* ======================================================================== */\n\n");
 
+	fprintf(filep, "#include <stdlib.h>\n\n"); /* moved here for gcc 4.0 */
 	fprintf(filep, "#include \"m68kops.h\"\n");
 	fprintf(filep, "#include \"m68kcpu.h\"\n");
-	fprintf(filep, "#include <stdlib.h>\n\n");
+	/*fprintf(filep, "#include <stdlib.h>\n\n");*/
 	fprintf(filep, "#include <string.h>\n\n");
 
 	fprintf(filep, "extern void  (*m68k_instruction_jump_table[])(void); /* opcode handler jump table */\n\n");
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009