[kaffe] CVS kaffe (robilad): small compiler warning fix for jthreads
Kaffe CVS
cvs-commits at kaffe.org
Sun Dec 23 16:44:44 PST 2007
PatchSet 7619
Date: 2007/12/24 00:43:37
Author: robilad
Branch: HEAD
Tag: (none)
Log:
small compiler warning fix for jthreads
2007-12-24 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffevm/systems/unix-jthreads/jthread.c (start_this_sucker_on_a_new_frame):
Removed NONRETURNING to fix compiler warning.
Members:
ChangeLog:1.5117->1.5118
kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.143->1.144
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5117 kaffe/ChangeLog:1.5118
--- kaffe/ChangeLog:1.5117 Sun Dec 23 22:38:08 2007
+++ kaffe/ChangeLog Mon Dec 24 00:43:37 2007
@@ -1,3 +1,8 @@
+2007-12-24 Dalibor Topic <robilad at kaffe.org>
+
+ * kaffe/kaffevm/systems/unix-jthreads/jthread.c (start_this_sucker_on_a_new_frame):
+ Removed NONRETURNING to fix compiler warning.
+
2007-12-23 Dalibor Topic <robilad at kaffe.org>
* kaffe/kaffevm/jit/machine.c (finishInsnSequence):
Index: kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c
diff -u kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.143 kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.144
--- kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c:1.143 Sat Apr 22 18:40:42 2006
+++ kaffe/kaffe/kaffevm/systems/unix-jthreads/jthread.c Mon Dec 24 00:43:40 2007
@@ -1517,7 +1517,7 @@
assert(!"Rescheduling dead thread");
}
-static void NONRETURNING
+static void
start_this_sucker_on_a_new_frame(void)
{
/* all threads start with interrupts turned off */
More information about the kaffe
mailing list