Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 17 Sep 2011 14:34:04 +0000 (10:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 17 Sep 2011 14:34:04 +0000 (10:34 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/syscalls/headers/syscalls_integers.h
instrumentation/syscalls/headers/syscalls_pointers.h

index fc173642b5a0b135b7ddf2b999b7dfdbe9e0a783..386a0286ae4c4c83d6112daf3ae284ac6b969bbe 100644 (file)
@@ -1,3 +1,4 @@
-#ifndef CONFIG_X64_64
+#if 0
+//#ifndef CONFIG_X64_64
 #include "x86-64-syscalls-3.0.4_integers.h"
 #endif
index 4b79d0592927bc7728432f53b516ef1d6726c7e3..de6802f7aac016d1df8038290b77fcc29d20c364 100644 (file)
@@ -1,3 +1,4 @@
-#ifndef CONFIG_X64_64
+#if 0
+//#ifndef CONFIG_X64_64
 #include "x86-64-syscalls-3.0.4_pointers.h"
 #endif
This page took 0.027111 seconds and 4 git commands to generate.