Index: python/python.c =================================================================== RCS file: /cvs/src/src/gdb/python/python.c,v retrieving revision 1.87 diff -u -p -r1.87 python.c --- python/python.c 13 May 2012 11:33:43 -0000 1.87 +++ python/python.c 14 May 2012 03:05:32 -0000 @@ -639,7 +639,7 @@ gdbpy_find_pc_line (PyObject *self, PyOb { struct symtab_and_line sal; CORE_ADDR pc; - unsigned long long pc_llu; + ULONGEST pc_llu; if (!PyArg_ParseTuple (args, GDB_PY_LLU_ARG, &pc_llu)) return NULL;