Skip to content

Commit

Permalink
replaced mono-int with mint, disable debugging mode
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=542
  • Loading branch information
Dietmar Maurer committed Aug 21, 2001
1 parent 62ddcbd commit b87a157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mono/interpreter/interp.c
Expand Up @@ -537,7 +537,7 @@ ves_pinvoke_method (MonoInvocation *frame)
stackval_from_data (sig->ret->type, frame->retval, res);
}

#define DEBUG_INTERP 1
#define DEBUG_INTERP 0
#if DEBUG_INTERP
#define OPDEF(a,b,c,d,e,f,g,h,i,j) b,
static char *opcode_names[] = {
Expand Down
2 changes: 1 addition & 1 deletion mono/tests/Makefile.am
@@ -1,5 +1,5 @@

TEST_PROG=../interpreter/mono-int
TEST_PROG=../interpreter/mint
CSC=csc

TESTSRC= \
Expand Down

0 comments on commit b87a157

Please sign in to comment.