* src/mm/memory.c (mem_realloc): Fixed compiler warning.
[cacao.git] / src / vm / jit / m68k / codegen.h
1 #ifndef _CODEGEN_H
2 #define _CODEGEN_H
3
4 #define PATCHER_CALL_SIZE       1
5 #define BRANCH_NOPS             0
6
7 #endif