[kaffe] CVS kaffe (guilhem): Fixed another typo.
Kaffe CVS
cvs-commits at kaffe.org
Sat Sep 11 11:28:33 PDT 2004
PatchSet 5154
Date: 2004/09/11 18:24:45
Author: guilhem
Branch: HEAD
Tag: (none)
Log:
Fixed another typo.
* config/m68k/openbsd2/md.h: Fixed another typo in sysdepCallMethod.
Members:
ChangeLog:1.2710->1.2711
config/m68k/openbsd2/md.h:1.9->1.10
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.2710 kaffe/ChangeLog:1.2711
--- kaffe/ChangeLog:1.2710 Sat Sep 11 16:58:43 2004
+++ kaffe/ChangeLog Sat Sep 11 18:24:45 2004
@@ -1,5 +1,9 @@
2004-09-11 Guilhem Lavaux <guilhem at kaffe.org>
+ * config/m68k/openbsd2/md.h: Fixed another typo in sysdepCallMethod.
+
+2004-09-11 Guilhem Lavaux <guilhem at kaffe.org>
+
* config/m68k/openbsd2/md.h: Fixed a typo in sysdepCallMethod.
2004-09-10 Dalibor Topic <robilad at kaffe.org>
Index: kaffe/config/m68k/openbsd2/md.h
diff -u kaffe/config/m68k/openbsd2/md.h:1.9 kaffe/config/m68k/openbsd2/md.h:1.10
--- kaffe/config/m68k/openbsd2/md.h:1.9 Sat Sep 11 13:05:05 2004
+++ kaffe/config/m68k/openbsd2/md.h Sat Sep 11 18:24:47 2004
@@ -68,7 +68,7 @@
"a" ((CALL)->callsize), \
"a" ((CALL)->function) \
: "d0", "d1", "fp0", "cc", "memory"); \
- asm volatile ( \n\
+ asm volatile ( \
" cmpb #2,%0 \n"\
" bne 5f \n"\
" cmpb #0x44,%1 \n"\
More information about the kaffe
mailing list