summaryrefslogtreecommitdiff
path: root/hw/mips
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-05-02 22:29:33 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2014-05-07 21:00:43 +0400
commitf73cdbc6acdb85f5fdb42a75121d0c97e00663ac (patch)
tree6ca5b15814cb6c4f86c7527836ee94afc2d12fd7 /hw/mips
parentf5a014d2368b7a309cafc724e36089ab9e2af8c2 (diff)
downloadqemu-f73cdbc6acdb85f5fdb42a75121d0c97e00663ac.tar.gz
hw/mips: Add missing 'static' and 'const' attributes
This fixes a warning from the static code analysis (smatch). Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Acked-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/mips')
-rw-r--r--hw/mips/mips_fulong2e.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c
index e1551aabe2..30d9f19df7 100644
--- a/hw/mips/mips_fulong2e.c
+++ b/hw/mips/mips_fulong2e.c
@@ -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,