Commit 16baa33
committed
[vm/compiler] Fix build on ARM64 Windows.
Fixes the ARM64 Windows build error introduced by 9b06e26 due to
allocating an array of size 0 when the varargs argument to the
template is empty.
TEST=ci
Change-Id: Iccd714de5643da647db8de2a5bea9ef7074610c0
Cq-Include-Trybots: luci.dart.try:vm-win-release-arm64-try,vm-aot-win-release-arm64-try
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/398886
Auto-Submit: Tess Strickland <[email protected]>
Reviewed-by: Derek Xu <[email protected]>1 parent a75457d commit 16baa33
File tree
2 files changed
+15
-0
lines changed- runtime/vm/compiler/backend
2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
84 | 97 | | |
85 | 98 | | |
86 | 99 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments