aboutsummaryrefslogtreecommitdiff
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 761819153..ce1b199fd 100644
--- a/coregrind/pub_core_debuginfo.h
+++ b/coregrind/pub_core_debuginfo.h
@@ -130,6 +130,10 @@ typedef
typedef
struct { Addr pc; Addr sp; Addr fp; Addr ra; }
D3UnwindRegs;
+#elif defined(VGA_tilegx)
+typedef
+ struct { Addr pc; Addr sp; Addr fp; Addr lr; }
+ D3UnwindRegs;
#else
# error "Unsupported arch"
#endif