From ff6608f2001df7c7f69445b6c9de238650a71234 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 17 Sep 2011 10:59:02 -0400 Subject: [PATCH] Enable detailed syscalls only for native x86_64 Signed-off-by: Mathieu Desnoyers --- instrumentation/syscalls/headers/syscalls_integers.h | 3 +-- instrumentation/syscalls/headers/syscalls_pointers.h | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/instrumentation/syscalls/headers/syscalls_integers.h b/instrumentation/syscalls/headers/syscalls_integers.h index 386a0286..a5f3499c 100644 --- a/instrumentation/syscalls/headers/syscalls_integers.h +++ b/instrumentation/syscalls/headers/syscalls_integers.h @@ -1,4 +1,3 @@ -#if 0 -//#ifndef CONFIG_X64_64 +#ifdef CONFIG_X86_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 de6802f7..8b6bed50 100644 --- a/instrumentation/syscalls/headers/syscalls_pointers.h +++ b/instrumentation/syscalls/headers/syscalls_pointers.h @@ -1,4 +1,3 @@ -#if 0 -//#ifndef CONFIG_X64_64 +#ifdef CONFIG_X86_64 #include "x86-64-syscalls-3.0.4_pointers.h" #endif -- 2.34.1