2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>

* rtems/score/cpu.h: Use correct register name.
This commit is contained in:
Joel Sherrill
2007-12-20 22:38:07 +00:00
parent fe88171c49
commit 47751810c3
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Use correct register name.
2007-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Add _CPU_Context_Get_SP() for stack check utility.
+1 -1
View File
@@ -526,7 +526,7 @@ typedef struct {
} Context_Control;
#define _CPU_Context_Get_SP( _context ) \
(_context)->stack_pointer
(_context)->register_sp
/**
* @ingroup CPUContext Management