This commit was manufactured by cvs2svn to create branch 'mono-1-0'.
[mono.git] / mono / mini / mini-s390.h
index 3095fadcb15cd973b1f0150365aa5b74d0ee4e01..7669ef2d98ac4dbf419c3630644962b2dff083c7 100644 (file)
@@ -19,6 +19,8 @@ struct MonoLMF {
        MonoMethod *method;
        gulong      ebp;
        gulong      eip;
+       gulong      gregs[16];
+       gdouble     fregs[16];
 };
 
 typedef struct ucontext MonoContext;