* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
[deliverable/binutils-gdb.git] / gdb / remote-vx29k.c
index 7168605a06b27f928511704d85a6e6c0f3ed8018..f99ce400324ce4565adc8e986f2f2eb64f3b84dd 100644 (file)
@@ -172,12 +172,10 @@ vx_write_register (int regno)
    obtain the frame pointer (lr1) contents, we must add 4 bytes.
    Note : may be we should modify init_frame_info() to get the frame pointer
    and store it into the frame_info struct rather than reading its
-   contents when FRAME_CHAIN_VALID is invoked. */
+   contents when FRAME_CHAIN_VALID is invoked.  THISFRAME is unused.  */
 
 int
-vx29k_frame_chain_valid (chain, thisframe)
-     CORE_ADDR chain;
-     struct frame_info *thisframe;     /* not used here */
+vx29k_frame_chain_valid (CORE_ADDR chain, struct frame_info *thisframe)
 {
   int fp_contents;
 
This page took 0.023408 seconds and 4 git commands to generate.