Fixed JNI regression in ikvmc.

This commit is contained in:
jfrijters 2008-01-03 09:42:14 +00:00
Родитель 0b98567b0d
Коммит 0b07059d24
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6046,7 +6046,7 @@ namespace IKVM.Internal
private class JniBuilder
{
#if STATIC_COMPILER
private static readonly Type localRefStructType = StaticCompiler.GetType("IKVM.Runtime.JNI.Frame");
private static readonly Type localRefStructType = StaticCompiler.GetType("IKVM.Runtime.JNI+Frame");
#elif FIRST_PASS
private static readonly Type localRefStructType = null;
#else