* src/vm/global.h: Added definition of MIN macro with guard.
[cacao.git] / src / vm / jit / sparc64 / md-abi.c
index 4afd70d7c8e8b337cafb4412071629ef70e26c0a..e41cfb5505a7498eb571cbe974e8ad80ded55328 100644 (file)
 
 #include "vm/jit/sparc64/md-abi.h"
 
+#include "vm/descriptor.hpp"
 #include "vm/global.h"
 
 #include "vm/jit/abi.h"
 #include "vm/jit/stack.h"
 
-#include "vmcore/descriptor.h"
-
 /* temp */
-#include "mm/memory.h"
+#include "mm/memory.hpp"
 #include <assert.h>
 
 
-/* helper macros for allocation methods ***************************************/
-#define MIN(a,b) (((a) <= (b)) ? (a) : (b))
-
 /* register descripton array **************************************************/
 
 /* callee point-of-view, after SAVE has been called. */