[Scummvm-cvs-logs] SF.net SVN: scummvm:[49168] scummvm/trunk/backends/platform/psp/thread.h

bluddy at users.sourceforge.net bluddy at users.sourceforge.net
Sun May 23 21:31:39 CEST 2010


Revision: 49168
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49168&view=rev
Author:   bluddy
Date:     2010-05-23 19:31:38 +0000 (Sun, 23 May 2010)

Log Message:
-----------
PSP: changed thread stack sizes to prevent crashes in COMI

Modified Paths:
--------------
    scummvm/trunk/backends/platform/psp/thread.h

Modified: scummvm/trunk/backends/platform/psp/thread.h
===================================================================
--- scummvm/trunk/backends/platform/psp/thread.h	2010-05-23 19:24:19 UTC (rev 49167)
+++ scummvm/trunk/backends/platform/psp/thread.h	2010-05-23 19:31:38 UTC (rev 49168)
@@ -36,8 +36,8 @@
 
 enum StackSizes {
 	STACK_AUDIO_THREAD = 16 * 1024,
-	STACK_TIMER_THREAD = 4 * 1024,
-	STACK_DISPLAY_THREAD = 4 * 1024,
+	STACK_TIMER_THREAD = 16 * 1024,
+	STACK_DISPLAY_THREAD = 2 * 1024,
 	STACK_POWER_THREAD = 4 * 1024
 };
 	


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list