[kaffe] CVS kaffe (guilhem): Removed volatile in interpreter.
Kaffe CVS
cvs-commits at kaffe.org
Mon Apr 17 11:41:50 PDT 2006
PatchSet 7230
Date: 2006/04/17 18:03:03
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Removed volatile in interpreter.
Members:
ChangeLog:1.4736->1.4737
kaffe/kaffevm/intrp/machine.c:1.56->1.57
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4736 kaffe/ChangeLog:1.4737
--- kaffe/ChangeLog:1.4736 Mon Apr 17 17:57:01 2006
+++ kaffe/ChangeLog Mon Apr 17 18:03:03 2006
@@ -1,5 +1,10 @@
2006-04-17 Guilhem Lavaux <guilhem at kaffe.org>
+ * kaffe/kaffevm/intrp/machine.c
+ (virtualMachine): Removed volatile.
+
+2006-04-17 Guilhem Lavaux <guilhem at kaffe.org>
+
* libraries/javalib/external/classpath: Resynchronized with GNU
Classpath.
Index: kaffe/kaffe/kaffevm/intrp/machine.c
diff -u kaffe/kaffe/kaffevm/intrp/machine.c:1.56 kaffe/kaffe/kaffevm/intrp/machine.c:1.57
--- kaffe/kaffe/kaffevm/intrp/machine.c:1.56 Thu Mar 30 17:39:17 2006
+++ kaffe/kaffe/kaffevm/intrp/machine.c Mon Apr 17 18:03:10 2006
@@ -140,9 +140,9 @@
accessFlags methaccflags;
kaffeClassFlags methkflags;
- slots* volatile lcl;
- slots* volatile sp;
- uintp volatile npc;
+ slots* lcl;
+ slots* sp;
+ uintp npc;
int32 idx;
jint low;
More information about the kaffe
mailing list