diff --git a/arch/ppc/qemu/ofmem.c b/arch/ppc/qemu/ofmem.c index 7d0959b..3ec25c3 100644 --- a/arch/ppc/qemu/ofmem.c +++ b/arch/ppc/qemu/ofmem.c @@ -178,7 +178,7 @@ malloc( int size ) void free( void *ptr ) { - return ofmem_free(ptr); + ofmem_free(ptr); } void *