projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a014d
)
hw/mips: Add missing 'static' and 'const' attributes
author
Stefan Weil
<sw@weilnetz.de>
Fri, 2 May 2014 20:29:33 +0000
(22:29 +0200)
committer
Michael Tokarev
<mjt@tls.msk.ru>
Wed, 7 May 2014 17:00:43 +0000
(21:00 +0400)
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>
hw/mips/mips_fulong2e.c
patch
|
blob
|
history
diff --git
a/hw/mips/mips_fulong2e.c
b/hw/mips/mips_fulong2e.c
index e1551aabe279ad6ceb67813068076018d40ae142..30d9f19df71b3d78450b7f39e8d59f62938fc6cb 100644
(file)
--- 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,