summaryrefslogtreecommitdiffstats
path: root/asm/asm-offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/asm-offsets.c')
-rw-r--r--asm/asm-offsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/asm-offsets.c b/asm/asm-offsets.c
index 3eac592d..45f42436 100644
--- a/asm/asm-offsets.c
+++ b/asm/asm-offsets.c
@@ -87,6 +87,7 @@ int main(void)
OFFSET(STACK_CTR, stack_frame, ctr);
OFFSET(STACK_LR, stack_frame, lr);
OFFSET(STACK_PC, stack_frame, pc);
+ OFFSET(STACK_MSR, stack_frame, msr);
OFFSET(STACK_CFAR, stack_frame, cfar);
OFFSET(STACK_SRR0, stack_frame, srr0);
OFFSET(STACK_SRR1, stack_frame, srr1);
OpenPOWER on IntegriCloud