[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.128,1.129

Marcus Comstedt marcus_c at users.sourceforge.net
Sun Aug 3 07:29:03 CEST 2003


Update of /cvsroot/scummvm/scummvm/sky
In directory sc8-pr-cvs1:/tmp/cvs-serv25203

Modified Files:
	logic.cpp 
Log Message:
GCC bug workaround... (merge from branch-0-5-0)

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- logic.cpp	31 Jul 2003 02:09:24 -0000	1.128
+++ logic.cpp	3 Aug 2003 14:28:58 -0000	1.129
@@ -1635,6 +1635,10 @@
 	b is text message number
 	c is base of mini table within anim_talk_table */
 
+#ifdef __DC__
+	__builtin_alloca(4); // Works around a gcc bug
+#endif
+
 	_compact->flag = (uint16)a;
 	_compact->logic = L_LISTEN;
 





More information about the Scummvm-git-logs mailing list