mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
gigabeats: Fix compilation with -fno-common
Change-Id: I02974bffd6def6bdfa6b15c593ac2eb82953ea73
This commit is contained in:
parent
74508093f2
commit
b52bf1bf65
2 changed files with 3 additions and 1 deletions
|
@ -35,6 +35,8 @@
|
||||||
#include "mc13783.h"
|
#include "mc13783.h"
|
||||||
#include "dvfs_dptc-imx31.h"
|
#include "dvfs_dptc-imx31.h"
|
||||||
|
|
||||||
|
struct ARM_REGS regs;
|
||||||
|
|
||||||
static unsigned long product_rev;
|
static unsigned long product_rev;
|
||||||
static unsigned long system_rev;
|
static unsigned long system_rev;
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,7 @@ struct ARM_REGS {
|
||||||
int lr;
|
int lr;
|
||||||
int pc;
|
int pc;
|
||||||
int cpsr;
|
int cpsr;
|
||||||
} regs;
|
};
|
||||||
|
|
||||||
void dumpregs(void);
|
void dumpregs(void);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue