1
0
Fork 0
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:
Alan Korr 2002-04-25 12:46:08 +00:00
parent a06a3d0721
commit 69d9911175

View file

@ -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 */