File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
4848 NULL ,
4949 NULL ,
5050 NULL ,
51+ NULL ,
5152 Library_sys_io_ser_native_System_IO_Ports_SerialPort::get_BytesToRead___I4,
5253 Library_sys_io_ser_native_System_IO_Ports_SerialPort::get_InvertSignalLevels___BOOLEAN,
5354 Library_sys_io_ser_native_System_IO_Ports_SerialPort::set_InvertSignalLevels___VOID__BOOLEAN,
@@ -104,7 +105,7 @@ const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_System_IO_Ports =
104105 " System.IO.Ports" ,
105106 0xB798CE30 ,
106107 method_lookup,
107- { 100 , 1 , 6 , 0 }
108+ { 100 , 1 , 6 , 1 }
108109};
109110
110111// clang-format on
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ struct Library_sys_io_ser_native_System_IO_Ports_SerialDeviceEventListener
127127
128128struct Library_sys_io_ser_native_System_IO_Ports_SerialStream
129129{
130- static const int FIELD___serial = 1 ;
130+ static const int FIELD___serial = 2 ;
131131
132132 //--//
133133};
You can’t perform that action at this time.
0 commit comments