diff options
Diffstat (limited to 'include/asm-m68knommu/sigcontext.h')
-rw-r--r-- | include/asm-m68knommu/sigcontext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-m68knommu/sigcontext.h b/include/asm-m68knommu/sigcontext.h index 84bf36dc7a83..36c293fc133d 100644 --- a/include/asm-m68knommu/sigcontext.h +++ b/include/asm-m68knommu/sigcontext.h | |||
@@ -8,6 +8,7 @@ struct sigcontext { | |||
8 | unsigned long sc_d1; | 8 | unsigned long sc_d1; |
9 | unsigned long sc_a0; | 9 | unsigned long sc_a0; |
10 | unsigned long sc_a1; | 10 | unsigned long sc_a1; |
11 | unsigned long sc_a5; | ||
11 | unsigned short sc_sr; | 12 | unsigned short sc_sr; |
12 | unsigned long sc_pc; | 13 | unsigned long sc_pc; |
13 | unsigned short sc_formatvec; | 14 | unsigned short sc_formatvec; |