diff options
Diffstat (limited to 'gdb/python')
-rw-r--r-- | gdb/python/py-progspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-progspace.c b/gdb/python/py-progspace.c index 1e16b845e0a..6395d5bb155 100644 --- a/gdb/python/py-progspace.c +++ b/gdb/python/py-progspace.c @@ -362,7 +362,7 @@ static PyObject * pspy_solib_name (PyObject *o, PyObject *args) { char *soname; - gdb_py_longest pc; + gdb_py_ulongest pc; pspace_object *self = (pspace_object *) o; PSPY_REQUIRE_VALID (self); |