Rev 990 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 990 | Rev 1007 | ||
|---|---|---|---|
| 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 8 |
36 | #define SP_DELTA 16 |
| 37 | 37 | ||
| 38 | struct context { |
38 | struct context { |
| 39 | __address sp; |
39 | __address sp; |
| 40 | __address pc; |
40 | __address pc; |
| 41 | 41 | ||