mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2003-02-12 Andrew Cagney <ac131313@redhat.com>
* interps.h (interp_command_loop_ftype): Change return type to void.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-12 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* interps.h (interp_command_loop_ftype): Change return type to
|
||||||
|
void.
|
||||||
|
|
||||||
2003-02-12 Michal Ludvig <mludvig@suse.cz>
|
2003-02-12 Michal Ludvig <mludvig@suse.cz>
|
||||||
|
|
||||||
* x86-64-tdep.c (x86_64_extract_return_value)
|
* x86-64-tdep.c (x86_64_extract_return_value)
|
||||||
|
@ -39,7 +39,7 @@ typedef int (interp_resume_ftype) (void *data);
|
|||||||
typedef int (interp_suspend_ftype) (void *data);
|
typedef int (interp_suspend_ftype) (void *data);
|
||||||
typedef int (interp_prompt_p_ftype) (void *data);
|
typedef int (interp_prompt_p_ftype) (void *data);
|
||||||
typedef int (interp_exec_ftype) (void *data, const char *command);
|
typedef int (interp_exec_ftype) (void *data, const char *command);
|
||||||
typedef int (interp_command_loop_ftype) (void *data);
|
typedef void (interp_command_loop_ftype) (void *data);
|
||||||
|
|
||||||
struct interp_procs
|
struct interp_procs
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user