Chromium Code Reviews| Index: src/trusted/service_runtime/nacl_syscall_common.c |
| =================================================================== |
| --- src/trusted/service_runtime/nacl_syscall_common.c (revision 7373) |
| +++ src/trusted/service_runtime/nacl_syscall_common.c (working copy) |
| @@ -780,6 +780,7 @@ |
| NaClSysCommonThreadSyscallEnter(natp); |
| ndp = NaClGetDesc(natp->nap, d); |
| + NaClLog(4, " ndp = %"NACL_PRIxPTR"\n", (uintptr_t) ndp); |
| if (NULL == ndp) { |
| retval = -NACL_ABI_EBADF; |
| goto cleanup; |