* config/a29k/tm-a29k.h (setup_arbitrary_frame): Replace
FRAME_ADDR with CORE_ADDR in prototype.
This commit is contained in:
parent
a36c3ee1dc
commit
cf989e500f
@ -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
|
||||
|
||||
@ -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 *));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user