Print out debug value after the assignment is made.
Change-Id: I6ba1064c09f48eba97d84ea9db5ff44d82b9d004
This commit is contained in:
parent
91552c7999
commit
344e8bd263
|
@ -1732,8 +1732,8 @@ static int examine(struct target *target)
|
|||
LOG_TARGET_WARNING(target, "Couldn't read vlenb; vector register access won't work.");
|
||||
r->vlenb = 0;
|
||||
} else {
|
||||
LOG_TARGET_INFO(target, "Vector support with vlenb=%d", r->vlenb);
|
||||
r->vlenb = vlenb;
|
||||
LOG_TARGET_INFO(target, "Vector support with vlenb=%d", r->vlenb);
|
||||
}
|
||||
|
||||
/* Now init registers based on what we discovered. */
|
||||
|
|
Loading…
Reference in New Issue