* i386-tdep.c (i386_gdbarch_init): Fix typo.
This commit is contained in:
parent
d993a84ec2
commit
cd3c07fc0b
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2001-11-08 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* i386-tdep.c (i386_gdbarch_init): Fix typo.
|
||||||
|
|
||||||
2001-11-08 Jim Blandy <jimb@redhat.com>
|
2001-11-08 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
* s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
|
* s390-tdep.c (s390_gdbarch_init): Use func_frame_chain_valid, not
|
||||||
|
|
|
@ -1201,7 +1201,7 @@ gdb_print_insn_i386 (bfd_vma memaddr, disassemble_info *info)
|
||||||
struct gdbarch *
|
struct gdbarch *
|
||||||
i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
|
||||||
{
|
{
|
||||||
struct gdbarch_tdep *tdep
|
struct gdbarch_tdep *tdep;
|
||||||
struct gdbarch *gdbarch;
|
struct gdbarch *gdbarch;
|
||||||
|
|
||||||
/* For the moment there is only one i386 architecture. */
|
/* For the moment there is only one i386 architecture. */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue