Commit 4b70fd4
authored
### Rationale for this change
BasicDecimal256FromLE() requires 4 arguments. So we should not use BasicDecimal256FromLE({X, X, X, X}) form.
I don't know why the current form works on amd64 but doesn't work on s390x.
### What changes are included in this PR?
Removed needless "{" and "}".
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* Closes: #36856
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 36ddbb5 commit 4b70fd4
1 file changed
+220
-227
lines changed
0 commit comments