Fix: generate header missing echo -e for escape chars
[lttng-modules.git] / instrumentation / syscalls / headers / syscalls_pointers.h
index de6802f7aac016d1df8038290b77fcc29d20c364..32238902187dadc89cde3ea8f246636ee3b6af4e 100644 (file)
@@ -1,4 +1,7 @@
-#if 0
-//#ifndef CONFIG_X64_64
+#ifdef CONFIG_X86_64
 #include "x86-64-syscalls-3.0.4_pointers.h"
 #endif
+
+#ifdef CONFIG_X86_32
+#include "x86-32-syscalls-3.1.0-rc6_pointers.h"
+#endif
This page took 0.02408 seconds and 4 git commands to generate.