[kaffe] CVS kaffe (dalibor): Removed incorrect comment about stacktraceFindMethod
Kaffe CVS
cvs-commits at kaffe.org
Sun Oct 5 09:07:07 PDT 2003
PatchSet 4098
Date: 2003/10/05 16:04:47
Author: dalibor
Branch: HEAD
Tag: (none)
Log:
Removed incorrect comment about stacktraceFindMethod
Members:
ChangeLog:1.1693->1.1694
kaffe/kaffevm/stackTrace.c:1.30->1.31
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1693 kaffe/ChangeLog:1.1694
--- kaffe/ChangeLog:1.1693 Sun Oct 5 00:25:55 2003
+++ kaffe/ChangeLog Sun Oct 5 16:04:47 2003
@@ -1,3 +1,8 @@
+2003-10-05 Kiyo Inaba <inaba at src.ricoh.co.jp>
+
+ * kaffe/kaffevm/stackTrace.c:
+ Removed no longer valid comment.
+
2003-10-05 Dalibor Topic <robilad at kaffe.org>
* config/superh/trampolines.c:
Index: kaffe/kaffe/kaffevm/stackTrace.c
diff -u kaffe/kaffe/kaffevm/stackTrace.c:1.30 kaffe/kaffe/kaffevm/stackTrace.c:1.31
--- kaffe/kaffe/kaffevm/stackTrace.c:1.30 Sun Aug 31 22:09:02 2003
+++ kaffe/kaffe/kaffevm/stackTrace.c Sun Oct 5 16:04:49 2003
@@ -92,9 +92,6 @@
return ((Hjava_lang_Object*)info);
}
-/*
- * We make these exported functions because we use them in classMethod.c
- */
#if defined(TRANSLATOR)
static Method*
stacktraceFindMethod(uintp fp, uintp pc)
More information about the kaffe
mailing list