diff options
Diffstat (limited to 'libdw/dwarf_frame_cfa.c')
-rw-r--r-- | libdw/dwarf_frame_cfa.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libdw/dwarf_frame_cfa.c b/libdw/dwarf_frame_cfa.c index a9ae7e73..07f998cd 100644 --- a/libdw/dwarf_frame_cfa.c +++ b/libdw/dwarf_frame_cfa.c @@ -35,10 +35,7 @@ #include <stdlib.h> int -dwarf_frame_cfa (fs, ops, nops) - Dwarf_Frame *fs; - Dwarf_Op **ops; - size_t *nops; +dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) { /* Maybe there was a previous error. */ if (fs == NULL) |