* src/vm/jit/Makefile.am (noinst_HEADERS): Added abi-asm.h.
[cacao.git] / src / vm / jit / abi.h
index 11b120fdede4ec2462a1f028359a77366501b34c..532f0c9a88da6028c5c7ba584ff6471068153886 100644 (file)
@@ -28,7 +28,7 @@
 
    Changes:
 
-   $Id: abi.h 4357 2006-01-22 23:33:38Z twisti $
+   $Id: abi.h 4710 2006-03-30 10:23:11Z twisti $
 
 */
 
 #ifndef _ABI_H
 #define _ABI_H
 
-/* some count defines for asmpart.S *******************************************/
+#include "config.h"
+#include "vm/types.h"
 
-#define SAV_CNT    (INT_SAV_CNT + FLT_SAV_CNT)
-#define ARG_CNT    (INT_ARG_CNT + FLT_ARG_CNT)
-#define TMP_CNT    (INT_TMP_CNT + FLT_TMP_CNT)
+#include "vm/jit/abi-asm.h"
+
+
+/* ABI externs ****************************************************************/
+
+extern s4 nregdescint[];
+extern char *regs[];
+extern s4 nregdescfloat[];
 
 #endif /* _ABI_H */