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

Unified Diff: sandbox/linux/services/android_ucontext.h

Issue 12025004: Android make sandbox/linux/seccomp-bpf compile on i386 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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: sandbox/linux/services/android_ucontext.h
diff --git a/sandbox/linux/services/android_ucontext.h b/sandbox/linux/services/android_ucontext.h
index ac683b451bc958ab40bd8e7dce4da50d3305e0b9..437bbab7bab4f78e9d84eeb15833e583473f45dc 100644
--- a/sandbox/linux/services/android_ucontext.h
+++ b/sandbox/linux/services/android_ucontext.h
@@ -9,8 +9,8 @@
#if defined(__arm__)
#include "sandbox/linux/services/android_arm_ucontext.h"
-#elif defined(__i386__) || defined(__x86_64__)
-#include "sandbox/linux/services/android_x86_ucontext.h"
+#elif defined(__i386__)
+#include "sandbox/linux/services/android_i386_ucontext.h"
#else
#error "No support for your architecture in Android header"
#endif

Powered by Google App Engine
This is Rietveld 408576698