projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make all static TypeInfos const
[qemu.git]
/
hw
/
arm_gic.c
diff --git
a/hw/arm_gic.c
b/hw/arm_gic.c
index b6062c4241f636826a590e4e3a5389a67192d49f..466dbf73980f209ba5844f4b0d0f2b14e87923a7 100644
(file)
--- a/
hw/arm_gic.c
+++ b/
hw/arm_gic.c
@@
-703,7
+703,7
@@
static void arm_gic_class_init(ObjectClass *klass, void *data)
dc->no_user = 1;
}
-static TypeInfo arm_gic_info = {
+static
const
TypeInfo arm_gic_info = {
.name = TYPE_ARM_GIC,
.parent = TYPE_ARM_GIC_COMMON,
.instance_size = sizeof(GICState),
This page took
0.023281 seconds
and
4
git commands to generate.