[kaffe] CVS kaffe (dalibor): Small fix for omission in jit-sparc.def

Kaffe CVS cvs-commits at kaffe.org
Wed Jul 14 04:19:21 PDT 2004


PatchSet 4966 
Date: 2004/07/14 11:11:52
Author: dalibor
Branch: HEAD
Tag: (none) 
Log:
Small fix for omission in jit-sparc.def

2004-07-13  Dalibor Topic  <robilad at kaffe.org>

        * config/sparc/jit-sparc.def:
        Fixed stray LOUT without closing brace.

        Reported by: Mark Wielaard  <mark at klomp.org>

Members: 
	ChangeLog:1.2530->1.2531 
	config/sparc/jit-sparc.def:1.11->1.12 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2530 kaffe/ChangeLog:1.2531
--- kaffe/ChangeLog:1.2530	Wed Jul 14 10:07:30 2004
+++ kaffe/ChangeLog	Wed Jul 14 11:11:52 2004
@@ -1,3 +1,10 @@
+2004-07-13  Dalibor Topic  <robilad at kaffe.org>
+
+	* config/sparc/jit-sparc.def:
+	Fixed stray LOUT without closing brace.
+
+	Reported by: Mark Wielaard  <mark at klomp.org>
+
 2004-07-14  Guilhem Lavaux  <guilhem at kaffe.org>
 
 	* config/i386/freebsd2/md.[ch]
Index: kaffe/config/sparc/jit-sparc.def
diff -u kaffe/config/sparc/jit-sparc.def:1.11 kaffe/config/sparc/jit-sparc.def:1.12
--- kaffe/config/sparc/jit-sparc.def:1.11	Tue Jul 13 14:57:10 2004
+++ kaffe/config/sparc/jit-sparc.def	Wed Jul 14 11:11:54 2004
@@ -899,7 +899,7 @@
 
 	/* Align data onto relevant boundary */
 	if (l->size == 2 && ((uintp)CODEPC) % 8 != 0) {
-		LOUT(0;
+		LOUT(0);
 	}
 
 	l->to = (uintp)CODEPC;




More information about the kaffe mailing list