mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 05:12:28 +08:00
* varobj.c (instantiate_pretty_printer): Remove duplicate
'return'.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2011-03-31 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* varobj.c (instantiate_pretty_printer): Remove duplicate
|
||||
'return'.
|
||||
|
||||
2011-03-31 Ulrich Weigand <ulrich.weigand@linaro.org>
|
||||
|
||||
* i386-tdep.c (i386_frame_prev_register): Unwind SP from memory
|
||||
|
@ -785,7 +785,6 @@ instantiate_pretty_printer (PyObject *constructor, struct value *value)
|
||||
printer = PyObject_CallFunctionObjArgs (constructor, val_obj, NULL);
|
||||
Py_DECREF (val_obj);
|
||||
return printer;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user