mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-28 22:21:26 +08:00
* python/py-frame.c (frapy_block): Fix error message text.
This commit is contained in:
@ -260,7 +260,7 @@ frapy_block (PyObject *self, PyObject *args)
|
||||
if (block == NULL || fn_block == NULL || BLOCK_FUNCTION (fn_block) == NULL)
|
||||
{
|
||||
PyErr_SetString (PyExc_RuntimeError,
|
||||
_("Cannot locate object file for block."));
|
||||
_("Cannot locate block for frame."));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user