* config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace

FRAME_ADDR with CORE_ADDR in prototype.
This commit is contained in:
Stan Shebs 1994-11-29 03:11:38 +00:00
parent a36c3ee1dc
commit cf989e500f
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
Mon Nov 28 14:53:21 1994 Stan Shebs (shebs@andros.cygnus.com)
* config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace
FRAME_ADDR with CORE_ADDR in prototype.
* top.c (command_line_input): If annotation suffix is NULL,
replace it with an empty string.
(read_next_line): Pass "command" as annotation suffix to

View File

@ -713,4 +713,4 @@ extern enum a29k_processor_types {
"frame" or "info frame" command. */
#define SETUP_ARBITRARY_FRAME(argc, argv) setup_arbitrary_frame (argc, argv)
extern struct frame_info *setup_arbitrary_frame PARAMS ((int, FRAME_ADDR *));
extern struct frame_info *setup_arbitrary_frame PARAMS ((int, CORE_ADDR *));