PatchSet 7077 
Date: 2006/01/06 06:40:41
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixed unix.jthreads again

2006-01-06  Dalibor Topic  <[EMAIL PROTECTED]>

        * kaffe/kaffevm/systems/unix-jthreads/jthread.c 
(start_this_sucker_on_a_new_frame):
        Added back attribute NONRETURNING to fix unix-jthreads crashes.

Members: 
        ChangeLog:1.4596->1.4597 
        kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.141->1.142 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4596 kaffe/ChangeLog:1.4597
--- kaffe/ChangeLog:1.4596      Fri Jan  6 03:48:56 2006
+++ kaffe/ChangeLog     Fri Jan  6 06:40:41 2006
@@ -1,5 +1,10 @@
 2006-01-06  Dalibor Topic  <[EMAIL PROTECTED]>
 
+       * kaffe/kaffevm/systems/unix-jthreads/jthread.c 
(start_this_sucker_on_a_new_frame):
+       Added back attribute NONRETURNING to fix unix-jthreads crashes.
+
+2006-01-06  Dalibor Topic  <[EMAIL PROTECTED]>
+
         * libraries/javalib/external/classpath: Resynched GNU Classpath.
 
 2006-01-06  Dalibor Topic  <[EMAIL PROTECTED]>
Index: kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c
diff -u kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.141 
kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.142
--- kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.141   Sun Dec 25 
03:47:24 2005
+++ kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c Fri Jan  6 06:40:46 2006
@@ -1517,7 +1517,7 @@
        assert(!"Rescheduling dead thread");
 }
 
-static void
+static void NONRETURNING
 start_this_sucker_on_a_new_frame(void)
 {
        /* all threads start with interrupts turned off */

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to