We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{set, get}_devint_reg
2 parents 495b917 + c206d69 commit be3612fCopy full SHA for be3612f
debug/debug-unit.c
@@ -86,9 +86,9 @@ static int in_reset = 0;
86
/*! Forward declaration of static functions */
87
static int calculate_watchpoints (enum debug_unit_action action,
88
unsigned long udata);
89
-static int get_devint_reg (unsigned int addr,
+static int get_devint_reg (enum development_interface_address_space addr,
90
unsigned long *data);
91
-static int set_devint_reg (unsigned int addr,
+static int set_devint_reg (enum development_interface_address_space addr,
92
unsigned long data);
93
static int debug_set_mem (oraddr_t address, uorreg_t data);
94
static int debug_get_mem (oraddr_t address, uorreg_t * data);
0 commit comments