aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compile-i386.c
diff options
authorJosh Triplett <josh@freedesktop.org>2007-04-20 01:47:36 -0700
committerJosh Triplett <josh@freedesktop.org>2007-04-20 01:47:36 -0700
commitadfe846aa98d4eed1b19bc8cee5e1769b022b5f0 (patch)
treef592a8a8c6696868446ea4b3e258ba79b26ea8de /compile-i386.c
parentdf5e1970405bb15afc7498fe8cf04138b1bdc095 (diff)
downloadsparse-dev-adfe846aa98d4eed1b19bc8cee5e1769b022b5f0.tar.gz
compile-i386.c: Declare regs_in_use static
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Diffstat (limited to 'compile-i386.c')
-rw-r--r--compile-i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile-i386.c b/compile-i386.c
index 74f56a1f..a6c4431b 100644
--- a/compile-i386.c
+++ b/compile-i386.c
@@ -249,7 +249,7 @@ static struct storage hardreg_storage_table[] = {
#define REG_AL (&hardreg_storage_table[AL])
#define REG_AX (&hardreg_storage_table[AX])
-DECLARE_BITMAP(regs_in_use, 256);
+static DECLARE_BITMAP(regs_in_use, 256);
static inline struct storage * reginfo_reg(struct reg_info *info)
{