* valops.c (value_of_local): Complain if NAME is NULL.
[deliverable/binutils-gdb.git] / gdb / objc-exp.y
index 852adff6428c4340d73f1090c24a2ff2f2e64705..881542fccaddedd3cb68d365da3d6fc9a6e5b556 100644 (file)
@@ -755,8 +755,8 @@ variable:   name_not_typename
                              if (innermost_block == 0 || 
                                  contained_in (block_found, innermost_block))
                                innermost_block = block_found;
-                             write_exp_elt_opcode (OP_OBJC_SELF);
-                             write_exp_elt_opcode (OP_OBJC_SELF);
+                             write_exp_elt_opcode (OP_THIS);
+                             write_exp_elt_opcode (OP_THIS);
                              write_exp_elt_opcode (STRUCTOP_PTR);
                              write_exp_string ($1.stoken);
                              write_exp_elt_opcode (STRUCTOP_PTR);
This page took 0.025479 seconds and 4 git commands to generate.