1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

2048: fix crash, when compiled with gcc > 6 and -prod

This commit is contained in:
Delyan Angelov 2020-08-24 11:12:52 +03:00
parent b609836f79
commit 912bc8bca1

View File

@ -128,7 +128,7 @@ mut:
shifts int shifts int
} }
// [no_inline]
fn (t TileLine) to_left() TileLine { fn (t TileLine) to_left() TileLine {
right_border_idx := 5 right_border_idx := 5
mut res := t mut res := t