summaryrefslogtreecommitdiff
path: root/gdb/infttrace.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-10-24 13:10:18 +0000
committerAndrew Cagney <cagney@redhat.com>2000-10-24 13:10:18 +0000
commit736729fde3d513f6771da4d862c2c722bac93971 (patch)
treecf7924eee7fae91346cc1b295477388778cc0206 /gdb/infttrace.c
parent3d613508bcb88eda64483998cc35c3e8d2affa6b (diff)
downloadgdb-736729fde3d513f6771da4d862c2c722bac93971.tar.gz
From 2000-09-06 Angela Marie Thomas <angela@cygnus.com>:
* infttrace.c (get_dictionary_entry_of_page): Function require_memory_page_dictionary takes no args.
Diffstat (limited to 'gdb/infttrace.c')
-rw-r--r--gdb/infttrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infttrace.c b/gdb/infttrace.c
index 09e78f4cc69..8c33d4f957c 100644
--- a/gdb/infttrace.c
+++ b/gdb/infttrace.c
@@ -5278,7 +5278,7 @@ get_dictionary_entry_of_page (int pid, CORE_ADDR page_start)
memory_page_t *previous_page = NULL;
/* We're going to be using the dictionary now, than-kew. */
- require_memory_page_dictionary (pid);
+ require_memory_page_dictionary ();
/* Try to find an existing dictionary entry for this page. Hash
on the page's starting address.