aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stack.h b/include/stack.h
index 2f27a7b..0009ea9 100644
--- a/include/stack.h
+++ b/include/stack.h
@@ -90,6 +90,8 @@ struct stack_frame {
uint64_t cfar;
uint64_t srr0;
uint64_t srr1;
+ uint64_t hsrr0;
+ uint64_t hsrr1;
} __attribute__((aligned(16)));
/* Backtrace */