diff options
Diffstat (limited to 'gdb/objc-lang.c')
-rw-r--r-- | gdb/objc-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objc-lang.c b/gdb/objc-lang.c index 10220c8..8d68af7 100644 --- a/gdb/objc-lang.c +++ b/gdb/objc-lang.c @@ -424,7 +424,7 @@ public: /* See language.h. */ const struct op_print *opcode_print_table () const override - { return c_op_print_tab; } + { return objc_op_print_tab; } }; /* Single instance of the class representing the Objective-C language. */ |