From: Christian Thalinger Date: Thu, 17 Jul 2008 18:11:19 +0000 (+0200) Subject: * src/vm/jit/asmpart.h (asm_cacheflush): Changed signature. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=5a19a626f82e5077d3039b5367ae69f7a5f422c5;p=cacao.git * src/vm/jit/asmpart.h (asm_cacheflush): Changed signature. --- diff --git a/src/vm/jit/asmpart.h b/src/vm/jit/asmpart.h index f9e3c1af0..d68d71bdf 100644 --- a/src/vm/jit/asmpart.h +++ b/src/vm/jit/asmpart.h @@ -102,7 +102,7 @@ void intrp_asm_abstractmethoderror(void); void asm_patcher_wrapper(void); /* cache flush function */ -void asm_cacheflush(u1 *addr, s4 nbytes); +void asm_cacheflush(void* addr, int nbytes); u8 asm_get_cycle_count(void);