Commit 2c92459
committed
[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 <ismail@bennani.ma>1 parent 201a461 commit 2c92459
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
0 commit comments