|
const int reg16to32[] = { 16, 17, 2, 3, 4, 5, 6, 7 };
|
|
const int reg16to32[] = { 16, 17, 2, 3, 4, 5, 6, 7 };
|
|
-const int reg16to32st[] = { 0, 17, 2, 3, 4, 5, 6, 7 };
|
|
|
|
|
|
+static const int reg16to32st[] = { 0, 17, 2, 3, 4, 5, 6, 7 };
|
|
static void emulate_load_store_microMIPS(struct pt_regs *regs,
|
|
static void emulate_load_store_microMIPS(struct pt_regs *regs,
|