* src/mm/memory.c (mem_realloc): Fixed compiler warning.
authortwisti <none@none>
Thu, 11 Jan 2007 22:36:29 +0000 (22:36 +0000)
committertwisti <none@none>
Thu, 11 Jan 2007 22:36:29 +0000 (22:36 +0000)
commit23ff7c4d398d1d3f4544225c04e1142b3f24b013
tree91708c64581459d8c352b3c000859f54805564fb
parent058aa85cd37d19e3f7fd0ddcc135e2ddd0861ce0
* src/mm/memory.c (mem_realloc): Fixed compiler warning.
15 files changed:
src/mm/memory.c
src/vm/jit/m68k/Makefile.am [new file with mode: 0644]
src/vm/jit/m68k/arch.h [new file with mode: 0644]
src/vm/jit/m68k/asmpart.S [new file with mode: 0644]
src/vm/jit/m68k/codegen.c [new file with mode: 0644]
src/vm/jit/m68k/codegen.h [new file with mode: 0644]
src/vm/jit/m68k/emit.c [new file with mode: 0644]
src/vm/jit/m68k/machine-instr.h [new file with mode: 0644]
src/vm/jit/m68k/md.c [new file with mode: 0644]
src/vm/jit/m68k/patcher.c [new file with mode: 0644]
src/vm/jit/m68k/uclinux/Makefile.am [new file with mode: 0644]
src/vm/jit/m68k/uclinux/md-abi.c [new file with mode: 0644]
src/vm/jit/m68k/uclinux/md-abi.h [new file with mode: 0644]
src/vm/jit/m68k/uclinux/md-asm.h [new file with mode: 0644]
src/vm/jit/m68k/uclinux/md-os.c [new file with mode: 0644]