PatchSet 7150 
Date: 2006/03/15 21:20:23
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
small warning fix

2006-03-15  Dalibor Topic  <[EMAIL PROTECTED]>

* kaffe/kaffevm/exception.c: Include methodcalls.h.

* kaffe/kaffevm/jit/methodcalls.h: (engine_dispatchException)
Added missing prototype.

Members: 
        ChangeLog:1.4668->1.4669 
        kaffe/kaffevm/exception.c:1.104->1.105 
        kaffe/kaffevm/jit/methodcalls.h:1.3->1.4 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4668 kaffe/ChangeLog:1.4669
--- kaffe/ChangeLog:1.4668      Sat Mar 11 11:09:46 2006
+++ kaffe/ChangeLog     Wed Mar 15 21:20:23 2006
@@ -1,3 +1,10 @@
+2006-03-15  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       * kaffe/kaffevm/exception.c: Include methodcalls.h.
+
+       * kaffe/kaffevm/jit/methodcalls.h: (engine_dispatchException)
+       Added missing prototype.
+
 2006-03-11  Guilhem Lavaux  <[EMAIL PROTECTED]>
 
        * kaffe/kaffevm/thread.c
Index: kaffe/kaffe/kaffevm/exception.c
diff -u kaffe/kaffe/kaffevm/exception.c:1.104 
kaffe/kaffe/kaffevm/exception.c:1.105
--- kaffe/kaffe/kaffevm/exception.c:1.104       Sat Mar  4 17:51:04 2006
+++ kaffe/kaffe/kaffevm/exception.c     Wed Mar 15 21:20:28 2006
@@ -34,6 +34,7 @@
 #include "object.h"
 #include "constants.h"
 #include "md.h"
+#include "methodcalls.h"
 #include "callKaffeException.h"
 #include "classMethod.h"
 #include "code.h"
Index: kaffe/kaffe/kaffevm/jit/methodcalls.h
diff -u kaffe/kaffe/kaffevm/jit/methodcalls.h:1.3 
kaffe/kaffe/kaffevm/jit/methodcalls.h:1.4
--- kaffe/kaffe/kaffevm/jit/methodcalls.h:1.3   Sat Dec 25 19:09:14 2004
+++ kaffe/kaffe/kaffevm/jit/methodcalls.h       Wed Mar 15 21:20:28 2006
@@ -31,6 +31,10 @@
 void
 engine_callMethod (callMethodInfo *call);
 
+void
+engine_dispatchException (uintp framePointer, uintp handler, 
+                         struct Hjava_lang_Throwable *throwable);
+
 /*
  * Fix up trampoline.
  */

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

Reply via email to