reg_t -> struct reg
Remove misleading typedef and redundant suffix from struct reg.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "algorithm.h"
|
||||
#include "command.h"
|
||||
|
||||
struct reg_s;
|
||||
struct reg;
|
||||
struct trace;
|
||||
struct command_context_s;
|
||||
|
||||
@@ -339,7 +339,7 @@ int target_remove_watchpoint(struct target_s *target,
|
||||
* This routine is a wrapper for target->type->get_gdb_reg_list.
|
||||
*/
|
||||
int target_get_gdb_reg_list(struct target_s *target,
|
||||
struct reg_s **reg_list[], int *reg_list_size);
|
||||
struct reg **reg_list[], int *reg_list_size);
|
||||
|
||||
/**
|
||||
* Step the target.
|
||||
|
||||
Reference in New Issue
Block a user