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

Unified Diff: src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify.c

Issue 3539011: Enable check for DEP / NX page protection (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Modify windows check to use Noel's signal interface Created 10 years, 2 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/platform_qualify/arch/x86_32/nacl_dep_qualify.c
===================================================================
--- src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify.c (revision 3470)
+++ src/trusted/platform_qualify/arch/x86_32/nacl_dep_qualify.c (working copy)
@@ -1,14 +0,0 @@
-/*
- * Copyright 2010 The Native Client Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can
- * be found in the LICENSE file.
- */
-
-#include "native_client/src/trusted/platform_qualify/nacl_dep_qualify.h"
-
-int NaClCheckDEP() {
- /*
- * We do not require DEP, so simply report success.
- */
- return 1;
-}

Powered by Google App Engine
This is Rietveld 408576698