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
[libunwind] Fix build error because of wrong register size
This patch should fix an libunwind build failure that happens on
Chromium's Android bots:
#165066 (comment)
The issue is that we're using the `wzr` register to move the value 0 in
x1, but this is the 32-bit register. We should be using the 64-bit
version, `xzr` instead.
Signed-off-by: Med Ismail Bennani <[email protected]>
0 commit comments