* src/vm/jit/powerpc/linux/md-abi.h (LA_WORD_SIZE): Renamed to
[cacao.git] / src / vm / jit / powerpc / darwin / md-abi.c
index c139e94845d98a3149479bfd9421345f1cf984de..88abd1e0171c228090c3fb5bdb9683a22549b95a 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes: Christian Ullrich
 
-   $Id: md-abi.c 5118 2006-07-12 20:27:55Z twisti $
+   $Id: md-abi.c 5231 2006-08-11 10:13:28Z twisti $
 
 */
 
@@ -115,7 +115,7 @@ void md_param_alloc(methoddesc *md)
 
        iarg = 0;
        farg = 0;
-       stacksize = LA_WORD_SIZE;
+       stacksize = LA_SIZE_IN_POINTERS;
 
        /* get params field of methoddesc */