a few finalizer testcases, old thread implementation uses now VMThread, no mor contex...
[cacao.git] / src / vm / jit / asmpart.h
index a7ca17e2019b3fe89b7966c2b1749031f535623e..ca98704c94db47a80a98f7a0695b51922685cf95 100644 (file)
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 1164 2004-06-12 13:32:49Z stefan $
+   $Id: asmpart.h 1173 2004-06-16 14:56:18Z jowenn $
 
 */
 
@@ -106,8 +106,10 @@ void asm_builtin_exittrace();
 #if defined(USE_THREADS) && defined(NATIVE_THREADS)
 extern threadcritnode asm_criticalsections;
 #endif
+
 void asm_getclassvalues_atomic(vftbl *super, vftbl *sub, castinfo *out);
 
+
 #endif /* _ASMPART_H */