Skip to content

Commit 8a446b3

Browse files
committed
Fix missing closing brace in OP_MAT_MUL case causing compilation errors
1 parent 546aebe commit 8a446b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/runtime/vm.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,6 +1702,7 @@ static InterpretResult run(VM* vm) {
17021702
pop(vm); // a
17031703
push(vm, resVal);
17041704
break;
1705+
}
17051706
case OP_MAKE_TENSOR: {
17061707
int dimCount = READ_BYTE();
17071708

0 commit comments

Comments
 (0)