mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-28 20:41:52 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue