target-arm: Add missing 'static' attribute
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>
This commit is contained in:
parent
ecb4e01e34
commit
6df05bdd17
@ -88,7 +88,7 @@ static bool m_needed(void *opaque)
|
|||||||
return arm_feature(env, ARM_FEATURE_M);
|
return arm_feature(env, ARM_FEATURE_M);
|
||||||
}
|
}
|
||||||
|
|
||||||
const VMStateDescription vmstate_m = {
|
static const VMStateDescription vmstate_m = {
|
||||||
.name = "cpu/m",
|
.name = "cpu/m",
|
||||||
.version_id = 1,
|
.version_id = 1,
|
||||||
.minimum_version_id = 1,
|
.minimum_version_id = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user