X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Fjit%2Fsparc64%2Fmd-abi.c;h=51a53a8fb402f638d1738c0d4678c0b6b7f24240;hb=fa3fb41985bc911b5300f144b740159ac0c1eea0;hp=cc12be598716a5abb965949cc178b629d7e566ff;hpb=0ce178c56bb73f85555e1693ed2019387838b362;p=cacao.git diff --git a/src/vm/jit/sparc64/md-abi.c b/src/vm/jit/sparc64/md-abi.c index cc12be598..51a53a8fb 100644 --- a/src/vm/jit/sparc64/md-abi.c +++ b/src/vm/jit/sparc64/md-abi.c @@ -28,20 +28,17 @@ #include "vm/jit/sparc64/md-abi.h" -#include "vm/descriptor.h" +#include "vm/descriptor.hpp" #include "vm/global.h" #include "vm/jit/abi.h" #include "vm/jit/stack.h" /* temp */ -#include "mm/memory.h" +#include "mm/memory.hpp" #include -/* 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. */ @@ -309,4 +306,5 @@ void md_return_alloc(jitdata *jd, stackelement_t* stackslot) * c-basic-offset: 4 * tab-width: 4 * End: + * vim:noexpandtab:sw=4:ts=4: */