forked from len0rd/rockbox
huh sorry macl and mach was misplaced in the regs part of the structure.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@229 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a06a3d0721
commit
69d9911175
1 changed files with 1 additions and 1 deletions
|
|
@ -23,9 +23,9 @@ typedef union
|
||||||
struct regs_t
|
struct regs_t
|
||||||
{
|
{
|
||||||
unsigned int r[7]; /* Registers r8 thru r14 */
|
unsigned int r[7]; /* Registers r8 thru r14 */
|
||||||
|
void *sp; /* Stack pointer (r15) */
|
||||||
unsigned int mach,
|
unsigned int mach,
|
||||||
macl;
|
macl;
|
||||||
void *sp; /* Stack pointer (r15) */
|
|
||||||
unsigned int sr; /* Status register */
|
unsigned int sr; /* Status register */
|
||||||
#if 0
|
#if 0
|
||||||
void* gbr; /* Global base register */
|
void* gbr; /* Global base register */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue