2012-03-13 Hui Zhu <teawater@gmail.com>
[deliverable/binutils-gdb.git] / gdb / python / py-finishbreakpoint.c
index bfbf9c3890ef87517cc569846bbe75e7d7d48888..b67b1631528a2f459e173dc05f129fb0daefebcd 100644 (file)
@@ -288,7 +288,7 @@ bpfinishpy_init (PyObject *self, PyObject *args, PyObject *kwargs)
                          0,
                          AUTO_BOOLEAN_TRUE,
                          &bkpt_breakpoint_ops,
-                         0, 1, internal_bp);
+                         0, 1, internal_bp, 0);
     }
   GDB_PY_SET_HANDLE_EXCEPTION (except);
   
This page took 0.037635 seconds and 4 git commands to generate.