remove debug print

This commit is contained in:
Tomoki Shirasawa
2017-07-25 13:02:17 +09:00
parent 4cd1c120fa
commit 101cab5b0a

View File

@ -3460,7 +3460,6 @@ return_execve2:
else {
ret = munmap((void *)w.sr.args[1],
w.sr.args[2]);
if(ret == -1)fprintf(stderr, "munmap rc=%ld errno=%d addr=%p size=%d\n", ret, errno, (void *)w.sr.args[1], (int)w.sr.args[2]);
if (ret == -1)
ret = -errno;
}