[kaffe] CVS kaffe (dalibor): Small fix for sysdepCallMethod comment

Kaffe CVS cvs-commits at kaffe.org
Sun Dec 14 09:27:02 PST 2003


PatchSet 4227 
Date: 2003/12/14 17:13:11
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Small fix for sysdepCallMethod comment

2003-12-14  Dalibor Topic <robilad at kaffe.org>

        * kaffe/kaffevm/support.h:
        Updated comment on sysdepCallMethod.

Members: 
	ChangeLog:1.1816->1.1817 
	kaffe/kaffevm/support.h:1.25->1.26 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.1816 kaffe/ChangeLog:1.1817
--- kaffe/ChangeLog:1.1816	Sun Dec 14 16:31:36 2003
+++ kaffe/ChangeLog	Sun Dec 14 17:13:11 2003
@@ -1,5 +1,10 @@
 2003-12-14  Dalibor Topic <robilad at kaffe.org>
 
+	* kaffe/kaffevm/support.h:
+	Updated comment on sysdepCallMethod.
+
+2003-12-14  Dalibor Topic <robilad at kaffe.org>
+
 	* config/superh/sysdepCallMethod.h: New file.
 
 	* config/superh/common.h: Moved sysdepCallMethod
Index: kaffe/kaffe/kaffevm/support.h
diff -u kaffe/kaffe/kaffevm/support.h:1.25 kaffe/kaffe/kaffevm/support.h:1.26
--- kaffe/kaffe/kaffevm/support.h:1.25	Mon Sep 22 15:31:24 2003
+++ kaffe/kaffe/kaffevm/support.h	Sun Dec 14 17:13:13 2003
@@ -44,8 +44,9 @@
  * invoke a native or just-in-time compiled method.
  *
  * It is the task of the sysdepCallMethod macro, usually defined in 
- * config/$arch/common.h, to generate a procedure call that conforms to 
- * the calling convention of a particular architecture or set of build tools.
+ * config/$arch/sysdepCallMethod.h, to generate a procedure call that 
+ * conforms to the calling convention of a particular architecture or 
+ * set of build tools.
  *
  * The sysdepCallMethod macro takes a single argument of type callMethodInfo *
  * that describes where the parameters are, where the return value should




More information about the kaffe mailing list