summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-20 22:38:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-12-20 22:38:07 +0000
commit47751810c31876fafa8a0a41098771aff81e4d59 (patch)
treeae9d0aeed94503056e3c288433f56ae733852516 /cpukit/score/cpu/bfin/rtems/score/cpu.h
parent2007-12-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-47751810c31876fafa8a0a41098771aff81e4d59.tar.bz2
2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Use correct register name.
Diffstat (limited to 'cpukit/score/cpu/bfin/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/bfin/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/bfin/rtems/score/cpu.h b/cpukit/score/cpu/bfin/rtems/score/cpu.h
index 3278a606e7..dc9cba2cde 100644
--- a/cpukit/score/cpu/bfin/rtems/score/cpu.h
+++ b/cpukit/score/cpu/bfin/rtems/score/cpu.h
@@ -526,7 +526,7 @@ typedef struct {
} Context_Control;
#define _CPU_Context_Get_SP( _context ) \
- (_context)->stack_pointer
+ (_context)->register_sp
/**
* @ingroup CPUContext Management