Commit eda6d33
deps: V8: cherry-pick 7b91e3e2cbaf
Original commit message:
s390: use %r15 instead of %sp
Some compilers do not recognize %sp and output:
```
error: invalid register
```
Change-Id: I2e1b64dd0e799a03afccbd12f5b2db17b3130e07
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6603554
Reviewed-by: Michael Lippautz <[email protected]>
Commit-Queue: Milad Farazmand <[email protected]>
Reviewed-by: Junliang Yan <[email protected]>
Cr-Commit-Position: refs/heads/main@{#100576}
Refs: v8/v8@7b91e3e
PR-URL: #59485
Refs: nodejs/build#4091
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>1 parent 2565e1c commit eda6d33
File tree
2 files changed
+5
-5
lines changed- deps/v8/src/heap/base/asm/s390
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
0 commit comments