sane comments
[cacao.git] / asmpart.h
index 3da6d4c7f743949f2e015eaa7130096c98133014..29976f054da33c532a4b7eb3de0ed483288398f7 100644 (file)
--- a/asmpart.h
+++ b/asmpart.h
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 930 2004-03-02 21:18:23Z jowenn $
+   $Id: asmpart.h 975 2004-03-25 18:09:45Z twisti $
 
 */
 
@@ -90,16 +90,9 @@ void asm_handle_builtin_exception(classinfo *);
 methodinfo *asm_getcallingmethod();
 
 java_objectarray* Java_java_lang_VMSecurityManager_getClassContext(JNIEnv *env, jclass clazz);
-/*java_lang_ClassLoader* Java_java_lang_VMSecurityManager_currentClassLoader(JNIEnv *env, jclass clazz);*/
-/* 
-   This funtion saves all callee saved registers and calls the function
-   which is passed as parameter.
-   This function is needed by the garbage collector, which needs to access
-   all registers which are stored on the stack. Unused registers are
-   cleared to avoid interferances with the GC.
-*/
-void asm_dumpregistersandcall(functionptr f);
+stacktraceelement *asm_get_stackTrace();
 
+/*java_lang_ClassLoader* Java_java_lang_VMSecurityManager_currentClassLoader(JNIEnv *env, jclass clazz);*/
 
 void *asm_switchstackandcall(void *stack, void *func, void **stacktopsave, void * p);