mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-24 02:57:00 +08:00
2007-12-20 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Use correct register name.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -526,7 +526,7 @@ typedef struct {
|
||||
} Context_Control;
|
||||
|
||||
#define _CPU_Context_Get_SP( _context ) \
|
||||
(_context)->stack_pointer
|
||||
(_context)->register_sp
|
||||
|
||||
/**
|
||||
* @ingroup CPUContext Management
|
||||
|
||||
Reference in New Issue
Block a user