summaryrefslogtreecommitdiff
path: root/coregrind/pub_core_debuginfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'coregrind/pub_core_debuginfo.h')
-rw-r--r--coregrind/pub_core_debuginfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/coregrind/pub_core_debuginfo.h b/coregrind/pub_core_debuginfo.h
index facca244..330970ae 100644
--- a/coregrind/pub_core_debuginfo.h
+++ b/coregrind/pub_core_debuginfo.h
@@ -123,6 +123,10 @@ typedef
typedef
UChar /* should be void, but gcc complains at use points */
D3UnwindRegs;
+#elif defined(VGA_s390x)
+typedef
+ struct { Addr ia; Addr sp; Addr fp; Addr lr;}
+ D3UnwindRegs;
#else
# error "Unsupported arch"
#endif