Fixed missprint with var negation (4)

This commit is contained in:
2020-02-24 22:48:55 +03:00
parent 8ce723d062
commit 5badb6b27d
2 changed files with 3 additions and 1 deletions

View File

@@ -102,7 +102,7 @@ class Function {
case 4:
mask = mask_4;
remains = remains_4;
shift = shift_3;
shift = shift_4;
break;
default:
assert(false);