PATCH: sysdeps_callonstack / ppc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

Ciao, Marcus

Changelog:
	Add case for non sparc / non i386 SYSDEPS_CallOnStack.

Index: scheduler/sysdeps.c
===================================================================
RCS file: /home/wine/wine/scheduler/sysdeps.c,v
retrieving revision 1.50
diff -u -r1.50 sysdeps.c
--- scheduler/sysdeps.c	6 Nov 2002 22:05:59 -0000	1.50
+++ scheduler/sysdeps.c	11 Nov 2002 15:13:28 -0000
@@ -273,7 +273,13 @@
     while(1); /* avoid warning */
 }
 #  endif /* !defined(__GNUC__) */
-#endif /* !defined(__i386__) */
+#else /* !sparc, !i386 */
+void SYSDEPS_CallOnStack( void (*func)(LPVOID), LPVOID arg )
+{
+    func( arg );
+    while(1); /* avoid warning */
+}
+#endif /* !defined(__i386__) && !defined(__sparc__) */
 
 
 /***********************************************************************


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux