CVS kaffe (inaba): Fix syntax error.

Kaffe CVS <[email protected]>
Newsgroups gmane.comp.java.vm.kaffe.general
Message-ID <[email protected]>
PatchSet 7603 
Date: 2007/12/09 03:02:30
Author: inaba
Branch: HEAD
Tag: (none) 
Log:
Fix syntax error.

Members: 
	ChangeLog:1.5100->1.5101 
	kaffe/kaffevm/jit/machine.c:1.89->1.90 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5100 kaffe/ChangeLog:1.5101
--- kaffe/ChangeLog:1.5100	Sun Nov 11 21:56:34 2007
+++ kaffe/ChangeLog	Sun Dec  9 03:02:30 2007
@@ -1,3 +1,7 @@
+2007-12-09  Kiyo Inaba <[email protected]>
+
+	* kaffe/kaffevm/jit/machine.c: Fix syntax error.
+
 2007-11-11  Dalibor Topic  <[email protected]>
 
 	* configure.ac,
Index: kaffe/kaffe/kaffevm/jit/machine.c
diff -u kaffe/kaffe/kaffevm/jit/machine.c:1.89 kaffe/kaffe/kaffevm/jit/machine.c:1.90
--- kaffe/kaffe/kaffevm/jit/machine.c:1.89	Sat Sep 22 17:36:13 2007
+++ kaffe/kaffe/kaffevm/jit/machine.c	Sun Dec  9 03:02:33 2007
@@ -241,7 +241,7 @@
     );
 
 	/* If this code block is native, then just set it up and return */
-	if (methodIsNative(meth) {
+	if (methodIsNative(meth)) {
 		void *func = native(meth, einfo);
 
 		if (func == NULL) {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.