diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/arm/v7/context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/arm/v7/context.c b/plugins/arm/v7/context.c index e028f70..c606615 100644 --- a/plugins/arm/v7/context.c +++ b/plugins/arm/v7/context.c @@ -98,9 +98,9 @@ static void g_armv7_context_class_init(GArmV7ContextClass *klass) object->dispose = (GObjectFinalizeFunc/* ! */)g_armv7_context_dispose; object->finalize = (GObjectFinalizeFunc)g_armv7_context_finalize; - proc = G_PROC_CONTEXT_CLASS(klass); + proc = G_PROC_CONTEXT_CLASS(klass); - proc->push_point = (push_drop_point_fc)g_armv7_context_push_drop_point; + proc->push_point = (push_drop_point_fc)g_armv7_context_push_drop_point; } |