[kaffe] CVS kaffe (robilad): Fixed unix.jthreads again
    Kaffe CVS 
    cvs-commits at kaffe.org
       
    Thu Jan  5 22:55:29 PST 2006
    
    
  
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  <robilad at kaffe.org>
        * 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  <robilad at kaffe.org>
 
+	* 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  <robilad at kaffe.org>
+
         * libraries/javalib/external/classpath: Resynched GNU Classpath.
 
 2006-01-06  Dalibor Topic  <robilad at kaffe.org>
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 */
    
    
More information about the kaffe
mailing list