Commit 5af9358
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. To prevent this issue, we use an
immediate instead of the zero registers.
Signed-off-by: Med Ismail Bennani <ismail@bennani.ma>1 parent 201a461 commit 5af9358
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