Introduce MonoThreadUnwindState and a bunch overloads to mono_walk_stack.
[mono.git] / mono / mini / mini-s390.h
index ace0affbcf63a43cc98fc4e98927f5fca61f5a6a..d44c47575afa699f525ed0a5c28369378eed3de7 100644 (file)
@@ -155,6 +155,8 @@ typedef struct
                MONO_CONTEXT_SET_IP ((ctx), sframe->return_address);    \
        } while (0)
 
+#define MONO_ARCH_INIT_TOP_LMF_ENTRY(lmf) do { (lmf)->ebp = -1; } while (0)
+
 /*------------------------------------------------------------------*/
 /*                                                                  */
 /* Name                - context_get_ip                                    */