Clear frame pointer, not sp.
[deliverable/binutils-gdb.git] / gdb / disasm.c
index 8ce9a155166e455f18b39dc4ebea78a7ea7f9e7c..4ac22a27a6e46d01bf3180d25222a6c2cacf22ca 100644 (file)
@@ -1,5 +1,6 @@
 /* Disassemble support for GDB.
-   Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
+
+   Copyright 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -66,7 +67,7 @@ gdb_dis_asm_read_memory (bfd_vma memaddr, bfd_byte * myaddr,
 }
 
 static int
-compare_lines (const PTR mle1p, const PTR mle2p)
+compare_lines (const void *mle1p, const void *mle2p)
 {
   struct dis_line_entry *mle1, *mle2;
   int val;
This page took 0.023679 seconds and 4 git commands to generate.