From b1dfc3104535bb169255bc3effd3a9d310a1b736 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Sim=C3=B5es?= Date: Tue, 5 Jun 2018 14:22:38 +0100 Subject: [PATCH] Fix wrong field declaration in System_String MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Simões --- src/CLR/CorLib/corlib_native.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CLR/CorLib/corlib_native.h b/src/CLR/CorLib/corlib_native.h index 634979e060..c2d5b93d55 100644 --- a/src/CLR/CorLib/corlib_native.h +++ b/src/CLR/CorLib/corlib_native.h @@ -797,7 +797,7 @@ struct Library_corlib_native_System_Single struct Library_corlib_native_System_String { - static const int FIELD_STATIC__Empty = 6; + static const int FIELD_STATIC__Empty = 5; NANOCLR_NATIVE_DECLARE(CompareTo___I4__OBJECT); NANOCLR_NATIVE_DECLARE(get_Chars___CHAR__I4);