diff options
Diffstat (limited to 'gdb/psympriv.h')
-rw-r--r-- | gdb/psympriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/psympriv.h b/gdb/psympriv.h index 815cc08..cd8d06f 100644 --- a/gdb/psympriv.h +++ b/gdb/psympriv.h @@ -196,7 +196,7 @@ struct partial_symtab /* Pointer to function which will read in the symtab corresponding to this psymtab. */ - void (*read_symtab) (struct objfile *, struct partial_symtab *); + void (*read_symtab) (struct partial_symtab *, struct objfile *); /* Information that lets read_symtab() locate the part of the symbol table that this psymtab corresponds to. This information is private to the |