Skip to content

Commit 4cd1094

Browse files
committed
Add missing break
1 parent 7ca9be9 commit 4cd1094

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CLR/Core/Interpreter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3227,6 +3227,7 @@ HRESULT CLR_RT_Thread::Execute_IL(CLR_RT_StackFrame &stackArg)
32273227

32283228
evalPos[0].SetReflection(method);
32293229
}
3230+
break;
32303231

32313232
default:
32323233
NANOCLR_SET_AND_LEAVE(CLR_E_WRONG_TYPE);

0 commit comments

Comments
 (0)