You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current format string's conversion specifier %c and
x1 with '0' added to it do not properly handle cases where reg is x10 to x30.
This takes the value passed to x1 as an integer and processes it with the
conversion specifier %u.
0 commit comments