diff options
Diffstat (limited to 'gdb/python/python.c')
-rw-r--r-- | gdb/python/python.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/python.c b/gdb/python/python.c index 69d8b0d..7202105 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -748,7 +748,7 @@ gdbpy_decode_line (PyObject *self, PyObject *args) TRY { if (location != NULL) - sals = decode_line_1 (location, 0, 0, 0); + sals = decode_line_1 (location, 0, NULL, NULL, 0); else { set_default_source_symtab_and_line (); |