#include "symtab.h"
#include "inferior.h"
+extern CORE_ADDR text_start; /* FIXME, kludge... */
+
/* Structure to hold cached info about function prologues. */
struct prologue_info
{
/* Assume innermost frame. May produce strange results for "info frame"
but there isn't any way to tell the difference. */
init_frame_info (1, fci);
- else
- /* We're in get_prev_frame_info.
- Take care of everything in init_frame_pc. */
- ;
+ else {
+ /* We're in get_prev_frame_info.
+ Take care of everything in init_frame_pc. */
+ ;
+ }
}
void
if (lval != NULL)
*lval = lval_memory;
if (actual_mem_addr != NULL)
- *actual_mem_addr == memaddr;
+ *actual_mem_addr = memaddr;
}
}
if (myaddr != NULL)
write_memory (memaddr, myaddr, 4);
if (actual_mem_addr != NULL)
- *actual_mem_addr == memaddr;
+ *actual_mem_addr = memaddr;
}
}
\f