another biss-awt problem
Peter C. Mehlitz
pm at biss-net.com
Wed Feb 26 01:02:24 PST 1997
This should vanish if you apply Tims last kaffe patch (..Exception/Compiler bug
in Kaffe 0.8.1..). If you don't have it at hand, here it comes again:
--- kaffe-0.8.1/kaffe/kaffevm/jit/machine.c.orig Sun Feb 23 22:50:19
1997
+++ kaffe-0.8.1/kaffe/kaffevm/jit/machine.c Sun Feb 23 22:50:38 1997
@@ -212,6 +212,7 @@
/* Note start of exception handling blocks */
if (IS_STARTOFEXCEPTION(pc)) {
+ stackno = meth->stacksz - 1;
start_exception_block();
}
Hope this helps
Peter
More information about the kaffe
mailing list