summaryrefslogtreecommitdiff
path: root/opcodes/or1k-asm.c
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2018-10-02 21:47:54 +0200
committerTom de Vries <tdevries@suse.de>2018-10-05 00:20:08 +0200
commit5c4481cc9bf9dfec3c35aaf5d95b08542ab8970b (patch)
tree4bfa9625dfd5e055eb25fe1e868a0bf2ea7b7b7f /opcodes/or1k-asm.c
parent96b1ad866b1c861f772c5a11b556766c73c3d1ab (diff)
downloadbinutils-gdb-5c4481cc9bf9dfec3c35aaf5d95b08542ab8970b.tar.gz
[gdb/python] Fix cpychecker error in pspy_solib_name
When using cpychecker, we run into: ... gdb/python/py-progspace.c: \ In function ‘PyObject* pspy_solib_name(PyObject*, PyObject*)’: gdb/python/py-progspace.c:370:25: error: Mismatching type in call to \ PyArg_ParseTuple with format code "K" [-Werror] if (!PyArg_ParseTuple (args, GDB_PY_LLU_ARG, &pc)) argument 3 ("&pc") had type "gdb_py_longest *" (pointing to 64 bits) but was expecting "long long unsigned int *" (pointing to 64 bits) for format code "K" ... Fix this fixing the type of the variable. Build and reg-tested on x86_64-linux. 2018-10-05 Tom de Vries <tdevries@suse.de> * python/py-progspace.c (pspy_solib_name): Fix type mismatch in PyArg_ParseTuple call.
Diffstat (limited to 'opcodes/or1k-asm.c')
0 files changed, 0 insertions, 0 deletions