[Scummvm-cvs-logs] CVS: scummvm/sky logic.cpp,1.127,1.127.2.1

Marcus Comstedt marcus_c at users.sourceforge.net
Wed Jul 30 14:39:16 CEST 2003


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

Modified Files:
      Tag: branch-0-5-0
	logic.cpp 
Log Message:
GCC bug workaround...

Index: logic.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sky/logic.cpp,v
retrieving revision 1.127
retrieving revision 1.127.2.1
diff -u -d -r1.127 -r1.127.2.1
--- logic.cpp	14 Jul 2003 20:01:53 -0000	1.127
+++ logic.cpp	30 Jul 2003 21:38:46 -0000	1.127.2.1
@@ -1642,6 +1642,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