diff options
Diffstat (limited to 'gdb/python/py-inferior.c')
-rw-r--r-- | gdb/python/py-inferior.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/py-inferior.c b/gdb/python/py-inferior.c index 834f727..caf6c1b 100644 --- a/gdb/python/py-inferior.c +++ b/gdb/python/py-inferior.c @@ -159,7 +159,7 @@ python_on_memory_change (struct inferior *inferior, CORE_ADDR addr, ssize_t len, command). */ static void -python_on_register_change (frame_info_ptr frame, int regnum) +python_on_register_change (const frame_info_ptr &frame, int regnum) { gdbpy_enter enter_py (current_inferior ()->arch ()); |