Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2131 | Rev 2292 | ||
|---|---|---|---|
| Line 41... | Line 41... | ||
| 41 | #define STACK_ALIGNMENT 16 |
41 | #define STACK_ALIGNMENT 16 |
| 42 | 42 | ||
| 43 | /** |
43 | /** |
| 44 | * 16-extended-word save area for %i[0-7] and %l[0-7] registers. |
44 | * 16-extended-word save area for %i[0-7] and %l[0-7] registers. |
| 45 | */ |
45 | */ |
| 46 | #define STACK_WINDOW_SAVE_AREA_SIZE (16*STACK_ITEM_SIZE) |
46 | #define STACK_WINDOW_SAVE_AREA_SIZE (16 * STACK_ITEM_SIZE) |
| 47 | 47 | ||
| 48 | /** |
48 | /** |
| 49 | * By convention, the actual top of the stack is %sp + STACK_BIAS. |
49 | * By convention, the actual top of the stack is %sp + STACK_BIAS. |
| 50 | */ |
50 | */ |
| 51 | #define STACK_BIAS 2047 |
51 | #define STACK_BIAS 2047 |