* We need to include this header into asmpart.S because of LA_LR_OFFSET.
authortwisti <none@none>
Fri, 10 Jun 2005 18:42:34 +0000 (18:42 +0000)
committertwisti <none@none>
Fri, 10 Jun 2005 18:42:34 +0000 (18:42 +0000)
src/vm/jit/powerpc/darwin/md-abi.h

index 06f952563bba7a1e58cd62acd3c19a8934eaf06b..ad6ca059112f08edc3581dc4c8f1b7c9ec223345 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: md-abi.h 2553 2005-06-06 14:47:28Z twisti $
+   $Id: md-abi.h 2634 2005-06-10 18:42:34Z twisti $
 
 */
 
@@ -36,9 +36,6 @@
 #ifndef _MD_ABI_H
 #define _MD_ABI_H
 
-#include "vm/descriptor.h"
-
-
 /* preallocated registers *****************************************************/
 
 /* integer registers */
 
 /* #define ALIGN_FRAME_SIZE(sp)       (sp) */
 
-
-/* function prototypes ********************************************************/
-
-void md_param_alloc(methoddesc *md);
-
 #endif /* _MD_ABI_H */