X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fnative_client%2Fsrc%2Fshared%2Fplatform%2Fwin%2Fnacl_host_desc.c;h=8a156e03adab8c2cff8850f785e3c1a55b52e966;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=5b25478f0dbce4dd8253ca8801a9312eb172ff1f;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/native_client/src/shared/platform/win/nacl_host_desc.c b/src/native_client/src/shared/platform/win/nacl_host_desc.c index 5b25478..8a156e0 100644 --- a/src/native_client/src/shared/platform/win/nacl_host_desc.c +++ b/src/native_client/src/shared/platform/win/nacl_host_desc.c @@ -586,11 +586,6 @@ uintptr_t NaClHostDescMap(struct NaClHostDesc *d, size_t chunk_offset; size_t chunk_size; - NaClLog(4, - ("NaClHostDescMap(0x%08"NACL_PRIxPTR", 0x%08"NACL_PRIxPTR - ", 0x%"NACL_PRIxS", 0x%x, 0x%x, 0x%016"NACL_PRIxNACL_OFF64")\n"), - (uintptr_t) d, (uintptr_t) start_addr, - len, prot, flags, offset); if (NULL == d && 0 == (flags & NACL_ABI_MAP_ANONYMOUS)) { NaClLog(LOG_FATAL, "NaClHostDescMap: 'this' is NULL and not anon map\n"); }