diff options
Diffstat (limited to 'gdb/compile/compile-object-run.c')
-rw-r--r-- | gdb/compile/compile-object-run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/compile/compile-object-run.c b/gdb/compile/compile-object-run.c index 6bc96b9e9bc..e5d2b64322f 100644 --- a/gdb/compile/compile-object-run.c +++ b/gdb/compile/compile-object-run.c @@ -61,7 +61,7 @@ static dummy_frame_dtor_ftype do_module_cleanup; static void do_module_cleanup (void *arg, int registers_valid) { - struct do_module_cleanup *data = arg; + struct do_module_cleanup *data = (struct do_module_cleanup *) arg; struct objfile *objfile; if (data->executedp != NULL) |