mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 13:27:26 +08:00
* mi-cmd-var.c (varobj_update_one): Update call to
varobj_update to reflect recent api change.
This commit is contained in:
@ -461,7 +461,7 @@ varobj_update_one (struct varobj *var)
|
||||
struct varobj **cc;
|
||||
int nc;
|
||||
|
||||
nc = varobj_update (var, &changelist);
|
||||
nc = varobj_update (&var, &changelist);
|
||||
|
||||
/* nc == 0 means that nothing has changed.
|
||||
nc == -1 means that an error occured in updating the variable.
|
||||
|
Reference in New Issue
Block a user