PatchSet 6889 
Date: 2005/09/10 19:22:29
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixed build on m68k-linux

2005-09-10  Dalibor Topic  <[EMAIL PROTECTED]>

        * config/m68k/linux/md.h (sysdepCallMethod):
        Fixed Debian FTBFS by renaming remaining CALL to call.

Members: 
        ChangeLog:1.4410->1.4411 
        config/m68k/linux/md.h:1.13->1.14 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4410 kaffe/ChangeLog:1.4411
--- kaffe/ChangeLog:1.4410      Fri Sep  9 21:08:47 2005
+++ kaffe/ChangeLog     Sat Sep 10 19:22:29 2005
@@ -1,3 +1,8 @@
+2005-09-10  Dalibor Topic  <[EMAIL PROTECTED]>
+
+       * config/m68k/linux/md.h (sysdepCallMethod): 
+       Fixed Debian FTBFS by renaming remaining CALL to call.
+
 2005-09-09  Mark Wielaard  <[EMAIL PROTECTED]>
 
         * libraries/javalib/java/util/zip/Adler32.java
Index: kaffe/config/m68k/linux/md.h
diff -u kaffe/config/m68k/linux/md.h:1.13 kaffe/config/m68k/linux/md.h:1.14
--- kaffe/config/m68k/linux/md.h:1.13   Mon Jun 27 07:27:22 2005
+++ kaffe/config/m68k/linux/md.h        Sat Sep 10 19:22:33 2005
@@ -95,7 +95,7 @@
 
     switch(call->retsize) {
     case 2:
-      if ((CALL)->rettype == 'D')
+      if ((call)->rettype == 'D')
        *(double*)res = f0d;
       else {         
        res[1] = d1;
@@ -103,7 +103,7 @@
       }
       break;
     case 1:
-      if ((CALL)->rettype == 'F')
+      if ((call)->rettype == 'F')
        *(float*)res = f0f;
       else
        res[0] = d0;

_______________________________________________
kaffe mailing list
[email protected]
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to