diff options
Diffstat (limited to 'hw/debugexit.c')
-rw-r--r-- | hw/debugexit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/debugexit.c b/hw/debugexit.c index 90642eb..c1b489d 100644 --- a/hw/debugexit.c +++ b/hw/debugexit.c @@ -60,7 +60,7 @@ static void debug_exit_class_initfn(ObjectClass *klass, void *data) dc->props = debug_exit_properties; } -static TypeInfo debug_exit_info = { +static const TypeInfo debug_exit_info = { .name = TYPE_ISA_DEBUG_EXIT_DEVICE, .parent = TYPE_ISA_DEVICE, .instance_size = sizeof(ISADebugExitState), |