Skip to content

Commit 44ecb31

Browse files
committed
Update DLR
1 parent d8f707d commit 44ecb31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/scripts/generate_dynamic_instructions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def gen_instruction(cw, n):
4141
func_type_params = ','.join(['CallSite'] + type_names + ['TRet'])
4242
func_type = 'Func<%s>' % func_type_params
4343

44-
cw.enter_block('internal class DynamicInstruction<%s> : Instruction' % class_type_params)
44+
cw.enter_block('internal sealed class DynamicInstruction<%s> : Instruction' % class_type_params)
4545
cw.write('private CallSite<%s> _site;' % func_type)
4646
cw.write('')
4747
cw.enter_block('public static Instruction Factory(CallSiteBinder binder)')

src/dlr

Submodule dlr updated 67 files

0 commit comments

Comments
 (0)