提交 f73cdbc6 编写于 作者: S Stefan Weil 提交者: Michael Tokarev

hw/mips: Add missing 'static' and 'const' attributes

This fixes a warning from the static code analysis (smatch).
Signed-off-by: NStefan Weil <sw@weilnetz.de>
Signed-off-by: NMichael Tokarev <mjt@tls.msk.ru>
Acked-by: NAurelien Jarno <aurelien@aurel32.net>
上级 f5a014d2
......@@ -211,7 +211,7 @@ static void main_cpu_reset(void *opaque)
}
}
uint8_t eeprom_spd[0x80] = {
static const uint8_t eeprom_spd[0x80] = {
0x80,0x08,0x07,0x0d,0x09,0x02,0x40,0x00,0x04,0x70,
0x70,0x00,0x82,0x10,0x00,0x01,0x0e,0x04,0x0c,0x01,
0x02,0x20,0x80,0x75,0x70,0x00,0x00,0x50,0x3c,0x50,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册