Rev 845 | Rev 1007 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 845 | Rev 990 | ||
---|---|---|---|
Line 31... | Line 31... | ||
31 | 31 | ||
32 | #ifndef __ppc32_TYPES_H__ |
32 | #ifndef __ppc32_TYPES_H__ |
33 | # include <arch/types.h> |
33 | # include <arch/types.h> |
34 | #endif |
34 | #endif |
35 | 35 | ||
36 | #define SP_DELTA 4 |
36 | #define SP_DELTA 8 |
37 | 37 | ||
38 | struct context { |
38 | struct context { |
39 | __address sp; |
39 | __address sp; |
40 | __address pc; |
40 | __address pc; |
41 | 41 |