Skip to content

Commit

Permalink
Start watchlist at 80000000 (#17)
Browse files Browse the repository at this point in the history
* Start address at 80000000 when creating a userwatch
  • Loading branch information
krimtonz authored and glankk committed Oct 31, 2018
1 parent fea3a1f commit 42b3b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gz/watchlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ static int remove_member(struct item_data *data, int position)
static void add_button_proc(struct menu_item *item, void *data)
{
struct item_data *item_data = data;
uint32_t address = 0x00000000;
uint32_t address = 0x80000000;
enum watch_type type = WATCH_TYPE_U8;
if (item_data->members.size > 0) {
struct member_data *member_data = get_member(item_data,
Expand Down

0 comments on commit 42b3b2c

Please # to comment.