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

Unified Diff: src/trusted/service_runtime/sys_memory.c

Issue 1234393005: A mechanism to identify/forbid/"rewrite" non-temporal instructions (and other) (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Trivial fix Created 5 years, 5 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/trusted/service_runtime/sys_memory.c
diff --git a/src/trusted/service_runtime/sys_memory.c b/src/trusted/service_runtime/sys_memory.c
index 46767b9a89120d37510728da3092e1108ac730ea..7c26519b2a7df73c8e100b28f591fde7475f38ce 100644
--- a/src/trusted/service_runtime/sys_memory.c
+++ b/src/trusted/service_runtime/sys_memory.c
@@ -729,6 +729,7 @@ int32_t NaClSysMmapIntern(struct NaClApp *nap,
(uint8_t *) image_sys_addr,
length,
0, /* stubout_mode: no */
+ nap->pnacl_mode,
Petr Hosek 2015/07/28 19:05:46 ditto
ruiq 2015/07/28 21:34:55 Done.
1, /* readonly_text: yes */
nap->cpu_features,
&metadata,

Powered by Google App Engine
This is Rietveld 408576698