* asm_cacheflush: Declaration added.
authortwisti <none@none>
Fri, 16 Sep 2005 12:32:11 +0000 (12:32 +0000)
committertwisti <none@none>
Fri, 16 Sep 2005 12:32:11 +0000 (12:32 +0000)
src/vm/jit/asmpart.h

index bbdeee64c4611b7ffdcd7fd14b45e98436505674..8b0432dc85790e7ad859e7296e95621878bd7088 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 3001 2005-07-12 16:01:56Z twisti $
+   $Id: asmpart.h 3195 2005-09-16 12:32:11Z twisti $
 
 */
 
@@ -127,6 +127,9 @@ void asm_perform_threadswitch(u1 **from, u1 **to, u1 **stackTop);
 u1*  asm_initialize_thread_stack(void *func, u1 *stack);
 #endif
 
+/* may be required on some architectures (at least for PowerPC) */
+void asm_cacheflush(void *p, s4 size);
+
 #endif /* _ASMPART_H */