gigabeats: Fix compilation with -fno-common

Change-Id: I02974bffd6def6bdfa6b15c593ac2eb82953ea73
This commit is contained in:
Solomon Peachy 2025-08-05 07:22:31 -04:00
parent 74508093f2
commit b52bf1bf65
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,8 @@
#include "mc13783.h"
#include "dvfs_dptc-imx31.h"
struct ARM_REGS regs;
static unsigned long product_rev;
static unsigned long system_rev;

View file

@ -84,7 +84,7 @@ struct ARM_REGS {
int lr;
int pc;
int cpsr;
} regs;
};
void dumpregs(void);