[Blackfin] arch: do not use fixed numbers to describe offsets - no functional changes

Signed-off-by: Robin Getz <robin.getz@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
Robin Getz 2007-12-21 17:48:07 +08:00 committed by Bryan Wu
parent 0626d79686
commit 6f3ed704b0
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ ENTRY(_exception_to_level5)
R7 = R7 + R6;
P5 = R7;
R1 = [P5];
[SP + 8] = r1;
[SP + PT_SEQSTAT] = r1;
r0 = sp; /* stack frame pt_regs pointer argument ==> r0 */
SP += -12;