Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1189)

Unified Diff: src/native_client/src/trusted/service_runtime/sel_addrspace.c

Issue 2659002: Remove thread refcount and remove NaClAppDtor() (Closed)
Patch Set: Fix Gyp build Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/native_client/src/trusted/service_runtime/sel_addrspace.c
diff --git a/src/native_client/src/trusted/service_runtime/sel_addrspace.c b/src/native_client/src/trusted/service_runtime/sel_addrspace.c
index 00316896bf6e409ef1ce21cdc6747adead25fcaf..18daa8bca5ca89325feb718365d453db4414ca29 100644
--- a/src/native_client/src/trusted/service_runtime/sel_addrspace.c
+++ b/src/native_client/src/trusted/service_runtime/sel_addrspace.c
@@ -35,7 +35,6 @@ NaClErrorCode NaClAllocAddrSpace(struct NaClApp *nap) {
nap->mem_start = (uintptr_t) mem;
NaClLog(2, "allocated memory at 0x%08"NACL_PRIxPTR"\n", nap->mem_start);
- nap->guard_pages_initialized = 1;
hole_start = NaClRoundAllocPage(nap->data_end);

Powered by Google App Engine
This is Rietveld 408576698