From 09d8de2b842b6ead8822172adb56ae3ed4c1fdfa Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 17 Sep 2011 10:34:04 -0400 Subject: [PATCH] Disable x86-64 specific detailed syscalls for now, until we deal with 32-bit compat Signed-off-by: Mathieu Desnoyers --- instrumentation/syscalls/headers/syscalls_integers.h | 3 ++- instrumentation/syscalls/headers/syscalls_pointers.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h index fc173642..386a0286 100644 --- a/instrumentation/syscalls/headers/syscalls_integers.h +++ b/instrumentation/syscalls/headers/syscalls_integers.h @@ -1,3 +1,4 @@ -#ifndef CONFIG_X64_64 +#if 0 +//#ifndef CONFIG_X64_64 #include "x86-64-syscalls-3.0.4_integers.h" #endif diff --git a/instrumentation/syscalls/headers/syscalls_pointers.h b/instrumentation/syscalls/headers/syscalls_pointers.h index 4b79d059..de6802f7 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1,3 +1,4 @@ -#ifndef CONFIG_X64_64 +#if 0 +//#ifndef CONFIG_X64_64 #include "x86-64-syscalls-3.0.4_pointers.h" #endif -- 2.34.1