Support 68HC12 arch in Gdb
[deliverable/binutils-gdb.git] / gdb / infttrace.c
index 09e78f4cc69098ad5b77bb464aa9bd620b1aa69c..8c33d4f957c54042071770d9b5d66c407cdebc8b 100644 (file)
@@ -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.
This page took 0.02323 seconds and 4 git commands to generate.