Skip to content

Commit

Permalink
Fix previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Apr 19, 2013
1 parent 0256a8f commit d5cc160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mono/mini/debugger-agent.c
Expand Up @@ -6391,10 +6391,10 @@ vm_commands (int command, int id, guint8 *p, guint8 *end, Buffer *buf)
case CMD_VM_EXIT: {
MonoInternalThread *thread;
DebuggerTlsData *tls;
MonoClass *env_class;
#ifdef TRY_MANAGED_SYSTEM_ENVIRONMENT_EXIT
MonoMethod *exit_method = NULL;
MonoClass *env_class;
#endif
MonoMethod *exit_method = NULL;
gpointer *args;
int exit_code;

Expand Down

0 comments on commit d5cc160

Please sign in to comment.