* src/mm/memory.c (mem_realloc): Fixed compiler warning.
[cacao.git] / src / vm / jit / m68k / md.c
1 void md_init(void) {}
2
3 void md_get_method_patch_address(void) {}
4 void md_icacheflush(void) {}
5 void md_stacktrace_get_returnaddress(void) {}
6 void md_codegen_get_pv_from_pc(void) {}
7 void md_signal_handler_sigsegv(void) {}
8 void md_codegen_patch_branch(void) {}
9 void md_cacheflush(void) {}
10 void md_param_alloc(void) {}
11 void md_return_alloc(void) {}
12
13
14 int nregdescint;
15 int nregdescfloat;