This commit is contained in:
jfrijters 2007-12-18 11:04:53 +00:00
Родитель f9e7cd31f5
Коммит 5e0dd0f7f9
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -30,7 +30,7 @@ using IKVM.Internal;
namespace IKVM.Runtime
{
public class ByteCodeHelper
public static class ByteCodeHelper
{
[DebuggerStepThroughAttribute]
public static object multianewarray(RuntimeTypeHandle typeHandle, int[] lengths)

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

@ -30,7 +30,7 @@ using System.Configuration;
namespace IKVM.Internal
{
public class Tracer
public static class Tracer
{
#if !COMPACT_FRAMEWORK
public readonly static TraceSwitch Compiler = new TraceSwitch("compiler", "Static Compiler");