Skip to content

Commit

Permalink
stack trace: forgot to remove debug log of res=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mumurik committed May 21, 2010
1 parent f9accc8 commit 5d862ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mona/core/kernel/syscalls.cpp
Expand Up @@ -920,7 +920,6 @@ void syscall_entrance()
uint8_t* data = (uint8_t*)SYSTEM_CALL_ARG_2;
uint32_t size = SYSTEM_CALL_ARG_3;
bool res = g_page_manager->enableStackTrace(pid, data, size);
g_console->printf("res=%x\n", res);
setReturnValue(info, res? 0 : 1);
break;
}
Expand Down

0 comments on commit 5d862ee

Please sign in to comment.